File tree 2 files changed +6
-9
lines changed
2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -72,21 +72,18 @@ jobs:
72
72
os : windows-latest
73
73
shell : cmd
74
74
node-version :
75
- - 16.14.0
76
- - 16.x
77
- - 18.0.0
75
+ - 18.17.0
78
76
- 18.x
77
+ - 20.5.0
79
78
- 20.x
80
79
- 22.x
81
80
exclude :
82
81
- platform : { name: macOS, os: macos-13, shell: bash }
83
- node-version : 16.14.0
84
- - platform : { name: macOS, os: macos-13, shell: bash }
85
- node-version : 16.x
86
- - platform : { name: macOS, os: macos-13, shell: bash }
87
- node-version : 18.0.0
82
+ node-version : 18.17.0
88
83
- platform : { name: macOS, os: macos-13, shell: bash }
89
84
node-version : 18.x
85
+ - platform : { name: macOS, os: macos-13, shell: bash }
86
+ node-version : 20.5.0
90
87
- platform : { name: macOS, os: macos-13, shell: bash }
91
88
node-version : 20.x
92
89
- platform : { name: macOS, os: macos-13, shell: bash }
Original file line number Diff line number Diff line change 49
49
"@npmcli/arborist" : " ^7.5.4"
50
50
},
51
51
"engines" : {
52
- "node" : " ^16.14 .0 || >=18.0 .0"
52
+ "node" : " ^18.17 .0 || >=20.5 .0"
53
53
},
54
54
"templateOSS" : {
55
55
"//@npmcli/template-oss" : " This file is partially managed by @npmcli/template-oss. Edits may be overwritten." ,
You can’t perform that action at this time.
0 commit comments