File tree Expand file tree Collapse file tree 2 files changed +3
-15
lines changed Expand file tree Collapse file tree 2 files changed +3
-15
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"buildCommand" : " build" ,
3
- "node" : " 14 " ,
3
+ "node" : " 16 " ,
4
4
"sandboxes" : [" new" ],
5
5
"silent" : true
6
6
}
Original file line number Diff line number Diff line change @@ -14,24 +14,12 @@ pool:
14
14
# but it let's us use a single job. No need to split up jobs yet
15
15
strategy :
16
16
matrix :
17
- # EOL: 2023-04-30
18
- # sync with #node-version
19
- node_14_x :
20
- node_version : 14.x
21
- # EOL: 2024-04-30
22
- node_16_x :
23
- node_version : 16.x
24
17
# EOL: 2025-04-30
25
18
node_18_x :
26
19
node_version : 18.x
27
- # Initial release: 2022-10-18
28
- # EOL: 2023-06-01
29
- # node_19_x:
30
- # node_version: 19.x
31
- # Initial release: 2023-04-18
32
20
# EOL: 2026-04-30
33
- # node_20_x:
34
- # node_version: 20.x
21
+ node_20_x :
22
+ node_version : 20.x
35
23
36
24
steps :
37
25
You can’t perform that action at this time.
0 commit comments