Skip to content

Commit d4f21ff

Browse files
committed
ci: upgrade to node 18
1 parent d616d82 commit d4f21ff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ on:
99
jobs:
1010
release:
1111
name: Release
12-
runs-on: ubuntu-18.04
12+
runs-on: ubuntu-20.04
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v3
1616
with:
1717
fetch-depth: 0
1818
- name: Setup Node.js
19-
uses: actions/setup-node@v2
19+
uses: actions/setup-node@v3
2020
with:
21-
node-version: 14
21+
node-version: 18
2222
- name: Install dependencies
2323
run: yarn
2424
- name: Build

0 commit comments

Comments
 (0)