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 7393fc6 commit d5724c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ on:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 2

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 @@ -32,7 +33,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
3 changes: 2 additions & 1 deletion .github/workflows/npm-schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ on:
jobs:
init:
runs-on: ubuntu-latest
timeout-minutes: 2
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 d5724c2

Please sign in to comment.