Skip to content

Commit bda2941

Browse files
authored
Merge pull request #48 from pinanks/update-gh-workflow
Use node version 16.x
2 parents b8b6323 + 77668df commit bda2941

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-publish.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- uses: actions/setup-node@v2
1414
with:
15-
node-version: 14.15.0
15+
node-version: 16.x
1616
- run: npm install
1717

1818
publish-npm:
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v2
2323
- uses: actions/setup-node@v2
2424
with:
25-
node-version: 14.15.0
25+
node-version: 16.x
2626
registry-url: https://registry.npmjs.org/
2727
- run: npm install
2828
- run: npm publish --access public

0 commit comments

Comments
 (0)