Commit cc8283d

Anton Medvedev <anton@medv.io>
2021-07-03 23:06:29
Use node 15
1 parent ddb598b
.github/workflows/npm-publish.yml
@@ -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
.github/workflows/test.yml
@@ -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
package.json
@@ -8,7 +8,7 @@
     "zx": "zx.mjs"
   },
   "engines": {
-    "node": ">= 14.8.0"
+    "node": ">= 15.0.0"
   },
   "scripts": {
     "test": "node zx.mjs test.mjs"
README.md
@@ -33,7 +33,7 @@ npm i -g zx
 
 ### Requirement
 
-Node.js >= 14.8.0
+Node.js >= 15.0.0
 
 ## Documentation