File tree Expand file tree Collapse file tree 2 files changed +3
-20
lines changed Expand file tree Collapse file tree 2 files changed +3
-20
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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"
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}
You can’t perform that action at this time.
0 commit comments