We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3ce664 commit 3c9c575Copy full SHA for 3c9c575
.travis.yml
@@ -1,9 +1,9 @@
1
language: node_js
2
sudo: false
3
node_js:
4
+ - "14"
5
- "12"
6
- "10"
- - "8"
7
before_install:
8
- curl -L https://unpkg.com/@pnpm/self-installer | node
9
install:
appveyor.yml
@@ -1,8 +1,8 @@
environment:
matrix:
+ - nodejs_version: "14"
- nodejs_version: "12"
- nodejs_version: "10"
- - nodejs_version: "8"
platform:
- x64
package.json
@@ -25,7 +25,7 @@
25
"author": "Mike Sherov",
26
"license": "Artistic-2.0",
27
"engines": {
28
- "node": ">=8.15"
+ "node": ">=10.13"
29
},
30
"bugs": {
31
"url": "https://github.com/npm/lifecycle/issues"
0 commit comments