Skip to content

Commit a2440a4

Browse files
authored
Update release.yml
1 parent 64d9458 commit a2440a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
3535
restore-keys: |
3636
${{ runner.os }}-node
37-
- uses: actions/setup-node@v2
37+
- uses: actions/setup-node@v3
3838
with:
39-
node-version: '14'
39+
node-version: '16'
4040
- run: npm run build
4141
- name: Update dist
4242
run: |

0 commit comments

Comments
 (0)