We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5578d67 commit 7977cb5Copy full SHA for 7977cb5
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
13
14
strategy:
15
matrix:
16
- node-version: [14.x, 15.x, 16.x]
+ node-version: [16.x, 17.x]
17
18
steps:
19
- uses: actions/checkout@v2
README.md
@@ -31,9 +31,7 @@ gives sensible defaults.
31
npm i -g zx
32
```
33
34
-### Requirement
35
-
36
-Node.js >= 14.13.1
+**Requirement**: Node version >= 16.0.0
37
38
## Documentation
39
0 commit comments