Skip to content

Commit 7977cb5

Browse files
committed
Drop node 14.x, 15.x from tests
1 parent 5578d67 commit 7977cb5

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
node-version: [14.x, 15.x, 16.x]
16+
node-version: [16.x, 17.x]
1717

1818
steps:
1919
- uses: actions/checkout@v2

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ gives sensible defaults.
3131
npm i -g zx
3232
```
3333

34-
### Requirement
35-
36-
Node.js >= 14.13.1
34+
**Requirement**: Node version >= 16.0.0
3735

3836
## Documentation
3937

0 commit comments

Comments
 (0)