Skip to content

Commit 6a9c60b

Browse files
committed
chore: drop old node versions
This drops support for node v6 up until v18.
1 parent 767d604 commit 6a9c60b

File tree

2 files changed

+3
-20
lines changed

2 files changed

+3
-20
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10,30 +10,13 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
node-version:
13-
- 6
14-
- 8
15-
- 10
16-
- 12
17-
- 14
18-
- 16
1913
- 18
2014
- 20
2115
- 22
2216
os:
2317
- ubuntu-latest
2418
- macos-latest
2519
- windows-latest
26-
exclude:
27-
- node-version: 6
28-
os: macos-latest
29-
- node-version: 8
30-
os: macos-latest
31-
- node-version: 10
32-
os: macos-latest
33-
- node-version: 12
34-
os: macos-latest
35-
- node-version: 14
36-
os: macos-latest
3720
steps:
3821
- uses: actions/checkout@v2
3922
- uses: actions/setup-node@v2

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@
2121
],
2222
"author": "Nate Fischer <[email protected]> (https://github.com/nfischer)",
2323
"license": "MIT",
24-
"engines": {
25-
"node": ">=6"
26-
},
2724
"repository": {
2825
"type": "git",
2926
"url": "git://github.com/nfischer/shelljs-exec-proxy.git"
@@ -44,5 +41,8 @@
4441
"shelljs-changelog": "^0.2.6",
4542
"shelljs-release": "^0.5.2",
4643
"should": "^13.2.3"
44+
},
45+
"engines": {
46+
"node": ">=18"
4747
}
4848
}

0 commit comments

Comments
 (0)