File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121 strategy :
2222 matrix :
2323 os : [ubuntu-latest]
24- node-version : ["18 ", "20 ", "22 "]
24+ node-version : ["20 ", "22 ", "24 "]
2525 fail-fast : false
2626 steps :
2727 - uses : actions/checkout@v4
3939 strategy :
4040 matrix :
4141 os : [ubuntu-latest]
42- node-version : ["18 ", "20 ", "22 "]
42+ node-version : ["20 ", "22 ", "24 "]
4343 fail-fast : false
4444 env :
4545 comment_file : " .tmp-comment-flamegraph-node${{ matrix.node-version }}.md"
Original file line number Diff line number Diff line change 2727 strategy :
2828 matrix :
2929 os : [ubuntu-latest, windows-latest, macos-latest]
30- node-version : ["18 ", "20 ", "22 "]
30+ node-version : ["20 ", "22 ", "24 "]
3131 fail-fast : false
3232 steps :
3333 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 9090 "typescript" : " ^5.3.2"
9191 },
9292 "engines" : {
93- "node" : " >=18 "
93+ "node" : " >=20.19.0 "
9494 }
9595}
You can’t perform that action at this time.
0 commit comments