Skip to content

Commit

Permalink
[skip ci] Updated node version
Browse files Browse the repository at this point in the history
  • Loading branch information
vpodk committed Nov 21, 2021
1 parent 2b91d2a commit b8722b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 13.x, 14.x, 15.x]
node-version: [14.x, 16.x, 17.x]

steps:
- uses: actions/checkout@v2
Expand All @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 15
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm install
- run: npm publish
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
steps:
- uses: actions/setup-node@v1
with:
node-version: 15
node-version: 16
- run: npm init --force
- run: npm install react-glize

0 comments on commit b8722b3

Please sign in to comment.