Skip to content

Commit 3c9c575

Browse files
committed
feat: drop Node.js 8 support
1 parent f3ce664 commit 3c9c575

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
language: node_js
22
sudo: false
33
node_js:
4+
- "14"
45
- "12"
56
- "10"
6-
- "8"
77
before_install:
88
- curl -L https://unpkg.com/@pnpm/self-installer | node
99
install:

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
environment:
22
matrix:
3+
- nodejs_version: "14"
34
- nodejs_version: "12"
45
- nodejs_version: "10"
5-
- nodejs_version: "8"
66

77
platform:
88
- x64

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"author": "Mike Sherov",
2626
"license": "Artistic-2.0",
2727
"engines": {
28-
"node": ">=8.15"
28+
"node": ">=10.13"
2929
},
3030
"bugs": {
3131
"url": "https://github.com/npm/lifecycle/issues"

0 commit comments

Comments
 (0)