Skip to content

Commit

Permalink
bump node version in github workflows to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Vasilcenko committed Oct 24, 2022
1 parent 671e51c commit 45167c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continous-integration.yml
Expand Up @@ -9,6 +9,6 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-node@v1
with:
node-version: '10.x'
node-version: '16.x'
- run: npm install
- run: npm run test:ci
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm publish
env:
Expand Down

0 comments on commit 45167c5

Please sign in to comment.