Skip to content

Commit

Permalink
Drop node 14.x, 15.x from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed Feb 9, 2022
1 parent 5578d67 commit 7977cb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
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: [16.x, 17.x]

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ gives sensible defaults.
npm i -g zx
```

### Requirement

Node.js >= 14.13.1
**Requirement**: Node version >= 16.0.0

## Documentation

Expand Down

0 comments on commit 7977cb5

Please sign in to comment.