Skip to content

Commit b0f159c

Browse files
authored
ci: run release workflow on node 16 (#230)
1 parent 4d506c5 commit b0f159c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Node
1919
uses: actions/[email protected]
2020
with:
21-
node-version: 14.6.0
21+
node-version: 16
2222
registry-url: https://registry.npmjs.org
2323
env:
2424
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)