File tree 4 files changed +9
-9
lines changed
4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 19
19
strategy :
20
20
matrix :
21
21
os : [ubuntu-latest]
22
- node : [18 ]
22
+ node : [20 ]
23
23
24
24
runs-on : ${{ matrix.os }}
25
25
47
47
strategy :
48
48
matrix :
49
49
os : [ubuntu-latest, windows-latest, macos-latest]
50
- node : [18 ]
50
+ node : [20 ]
51
51
52
52
runs-on : ${{ matrix.os }}
53
53
83
83
strategy :
84
84
matrix :
85
85
os : [ubuntu-latest, windows-latest, macos-latest]
86
- node : [18 ]
86
+ node : [20 ]
87
87
88
88
runs-on : ${{ matrix.os }}
89
89
@@ -118,7 +118,7 @@ jobs:
118
118
strategy :
119
119
matrix :
120
120
os : [ubuntu-latest, windows-latest, macos-latest]
121
- node : [18.19, 20, 22]
121
+ node : [20, 22]
122
122
123
123
runs-on : ${{ matrix.os }}
124
124
@@ -151,7 +151,7 @@ jobs:
151
151
strategy :
152
152
matrix :
153
153
os : [ubuntu-latest, windows-latest, macos-latest]
154
- node : [18.19, 20, 22]
154
+ node : [20, 22]
155
155
156
156
runs-on : ${{ matrix.os }}
157
157
@@ -192,7 +192,7 @@ jobs:
192
192
strategy :
193
193
matrix :
194
194
os : [ubuntu-latest, windows-latest, macos-latest]
195
- node : [18.19, 20, 22]
195
+ node : [20, 22]
196
196
197
197
runs-on : ${{ matrix.os }}
198
198
Original file line number Diff line number Diff line change 23
23
- name : Setup node
24
24
uses : actions/setup-node@v4
25
25
with :
26
- node-version : 18.18
26
+ node-version : 20
27
27
cache : pnpm
28
28
29
29
- name : Install dependencies
Original file line number Diff line number Diff line change 24
24
- name : Setup Node
25
25
uses : actions/setup-node@v4
26
26
with :
27
- node-version : 18
27
+ node-version : 20
28
28
29
29
- name : Install dependencies
30
30
run : pnpm install --no-frozen-lockfile
Original file line number Diff line number Diff line change 168
168
"typescript" : " ^5.0.4"
169
169
},
170
170
"engines" : {
171
- "node" : " >= 18 "
171
+ "node" : " >= 20 "
172
172
},
173
173
"private" : true ,
174
174
"lint-staged" : {
You can’t perform that action at this time.
0 commit comments