File tree 3 files changed +11
-17
lines changed
3 files changed +11
-17
lines changed Original file line number Diff line number Diff line change @@ -84,20 +84,17 @@ jobs:
84
84
os : macos-13
85
85
shell : bash
86
86
node-version :
87
- - 18.17.0
88
- - 18.x
89
- - 20.5.0
87
+ - 20.17.0
90
88
- 20.x
89
+ - 22.9.0
91
90
- 22.x
92
91
exclude :
93
92
- platform : { name: macOS, os: macos-13, shell: bash }
94
- node-version : 18.17.0
95
- - platform : { name: macOS, os: macos-13, shell: bash }
96
- node-version : 18.x
97
- - platform : { name: macOS, os: macos-13, shell: bash }
98
- node-version : 20.5.0
93
+ node-version : 20.17.0
99
94
- platform : { name: macOS, os: macos-13, shell: bash }
100
95
node-version : 20.x
96
+ - platform : { name: macOS, os: macos-13, shell: bash }
97
+ node-version : 22.9.0
101
98
- platform : { name: macOS, os: macos-13, shell: bash }
102
99
node-version : 22.x
103
100
runs-on : ${{ matrix.platform.os }}
Original file line number Diff line number Diff line change @@ -61,20 +61,17 @@ jobs:
61
61
os : macos-13
62
62
shell : bash
63
63
node-version :
64
- - 18.17.0
65
- - 18.x
66
- - 20.5.0
64
+ - 20.17.0
67
65
- 20.x
66
+ - 22.9.0
68
67
- 22.x
69
68
exclude :
70
69
- platform : { name: macOS, os: macos-13, shell: bash }
71
- node-version : 18.17.0
72
- - platform : { name: macOS, os: macos-13, shell: bash }
73
- node-version : 18.x
74
- - platform : { name: macOS, os: macos-13, shell: bash }
75
- node-version : 20.5.0
70
+ node-version : 20.17.0
76
71
- platform : { name: macOS, os: macos-13, shell: bash }
77
72
node-version : 20.x
73
+ - platform : { name: macOS, os: macos-13, shell: bash }
74
+ node-version : 22.9.0
78
75
- platform : { name: macOS, os: macos-13, shell: bash }
79
76
node-version : 22.x
80
77
runs-on : ${{ matrix.platform.os }}
Original file line number Diff line number Diff line change 65
65
"tar" : " ^6.1.11"
66
66
},
67
67
"engines" : {
68
- "node" : " ^18 .17.0 || >=20.5 .0"
68
+ "node" : " ^20 .17.0 || >=22.9 .0"
69
69
},
70
70
"repository" : {
71
71
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments