File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Expand file tree Collapse file tree 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 34
34
"npm-registry-fetch" : " ^17.0.1"
35
35
},
36
36
"engines" : {
37
- "node" : " ^16.14 .0 || >=18.0 .0"
37
+ "node" : " ^18.17 .0 || >=20.5 .0"
38
38
},
39
39
"files" : [
40
40
" bin/" ,
You can’t perform that action at this time.
0 commit comments