Skip to content

Commit 17adbe2

Browse files
authored
chore: bump release node version to 16 (#80)
1 parent e2398e2 commit 17adbe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
if: ${{ steps.release.outputs.release_created }}
2121
- uses: actions/setup-node@v1
2222
with:
23-
node-version: 14
23+
node-version: 16
2424
registry-url: 'https://registry.npmjs.org'
2525
if: ${{ steps.release.outputs.release_created }}
2626
- run: yarn install

0 commit comments

Comments
 (0)