File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2121 - name : Setup node
2222 uses : actions/setup-node@v3
2323 with :
24- node-version : 18 .x
24+ node-version : 24 .x
2525 cache : pnpm
2626
2727 - name : Setup
Original file line number Diff line number Diff line change 2121 - name : Set node
2222 uses : actions/setup-node@v3
2323 with :
24- node-version : 18 .x
24+ node-version : 24 .x
2525 cache : pnpm
2626
2727 - name : Setup
4444 - name : Set node
4545 uses : actions/setup-node@v3
4646 with :
47- node-version : 18 .x
47+ node-version : 24 .x
4848 cache : pnpm
4949
5050 - name : Setup
6464
6565 strategy :
6666 matrix :
67- node : [18 .x]
67+ node : [22.x, 24 .x]
6868 os : [ubuntu-latest, windows-latest, macos-latest]
6969 fail-fast : false
7070
Original file line number Diff line number Diff line change 1818
1919 - uses : actions/setup-node@v3
2020 with :
21- node-version : 18 .x
21+ node-version : 24 .x
2222
2323 - run : npx changelogithub
2424 env :
You can’t perform that action at this time.
0 commit comments