Commit 7977cb5

Anton Medvedev <anton@medv.io>
2022-02-09 17:36:46
Drop node 14.x, 15.x from tests tag: 5.0.0
1 parent 5578d67
Changed files (2)
.github
workflows
.github/workflows/test.yml
@@ -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
README.md
@@ -31,9 +31,7 @@ gives sensible defaults.
 npm i -g zx
 ```
 
-### Requirement
-
-Node.js >= 14.13.1
+**Requirement**: Node version >= 16.0.0
 
 ## Documentation