Skip to content

Commit

Permalink
Use node 15
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed Jul 3, 2021
1 parent ddb598b commit cc8283d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 15
- run: npm i
- run: npm test
- run: echo "//wombat-dressing-room.appspot.com/:_authToken=$AUTH_TOKEN" >> .npmrc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

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

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ npm i -g zx

### Requirement

Node.js >= 14.8.0
Node.js >= 15.0.0

## Documentation

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"zx": "zx.mjs"
},
"engines": {
"node": ">= 14.8.0"
"node": ">= 15.0.0"
},
"scripts": {
"test": "node zx.mjs test.mjs"
Expand Down

0 comments on commit cc8283d

Please sign in to comment.