File tree Expand file tree Collapse file tree 3 files changed +11
-17
lines changed Expand file tree Collapse file tree 3 files changed +11
-17
lines changed Original file line number Diff line number Diff line change @@ -87,20 +87,17 @@ jobs:
87
87
os : windows-latest
88
88
shell : cmd
89
89
node-version :
90
- - 18.17.0
91
- - 18.x
92
- - 20.5.0
90
+ - 20.17.0
93
91
- 20.x
92
+ - 22.9.0
94
93
- 22.x
95
94
exclude :
96
95
- platform : { name: macOS, os: macos-13, shell: bash }
97
- node-version : 18.17.0
98
- - platform : { name: macOS, os: macos-13, shell: bash }
99
- node-version : 18.x
100
- - platform : { name: macOS, os: macos-13, shell: bash }
101
- node-version : 20.5.0
96
+ node-version : 20.17.0
102
97
- platform : { name: macOS, os: macos-13, shell: bash }
103
98
node-version : 20.x
99
+ - platform : { name: macOS, os: macos-13, shell: bash }
100
+ node-version : 22.9.0
104
101
- platform : { name: macOS, os: macos-13, shell: bash }
105
102
node-version : 22.x
106
103
runs-on : ${{ matrix.platform.os }}
Original file line number Diff line number Diff line change @@ -64,20 +64,17 @@ jobs:
64
64
os : windows-latest
65
65
shell : cmd
66
66
node-version :
67
- - 18.17.0
68
- - 18.x
69
- - 20.5.0
67
+ - 20.17.0
70
68
- 20.x
69
+ - 22.9.0
71
70
- 22.x
72
71
exclude :
73
72
- platform : { name: macOS, os: macos-13, shell: bash }
74
- node-version : 18.17.0
75
- - platform : { name: macOS, os: macos-13, shell: bash }
76
- node-version : 18.x
77
- - platform : { name: macOS, os: macos-13, shell: bash }
78
- node-version : 20.5.0
73
+ node-version : 20.17.0
79
74
- platform : { name: macOS, os: macos-13, shell: bash }
80
75
node-version : 20.x
76
+ - platform : { name: macOS, os: macos-13, shell: bash }
77
+ node-version : 22.9.0
81
78
- platform : { name: macOS, os: macos-13, shell: bash }
82
79
node-version : 22.x
83
80
runs-on : ${{ matrix.platform.os }}
Original file line number Diff line number Diff line change 44
44
},
45
45
"homepage" : " https://github.com/npm/npm-package-arg" ,
46
46
"engines" : {
47
- "node" : " ^18 .17.0 || >=20.5 .0"
47
+ "node" : " ^20 .17.0 || >=22.9 .0"
48
48
},
49
49
"tap" : {
50
50
"branches" : 97 ,
You can’t perform that action at this time.
0 commit comments