Skip to content

Commit 67ef7d2

Browse files
committed
Use node v16.
1 parent 65ea386 commit 67ef7d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v2
2626
- uses: actions/setup-node@v1
2727
with:
28-
node-version: '14.x'
28+
node-version: '16.x'
2929
registry-url: https://registry.npmjs.org/
3030
- uses: actions/cache@v2
3131
id: npm-cache

0 commit comments

Comments
 (0)