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 2323 - name : Set node
2424 uses : actions/setup-node@v3
2525 with :
26- node-version : 16 .x
26+ node-version : 18 .x
2727 cache : pnpm
2828
2929 - name : Install deps
3737
3838 strategy :
3939 matrix :
40- node : [16 .x]
40+ node : [18 .x]
4141 os : [ubuntu-latest, windows-latest, macos-latest]
4242 fail-fast : false
4343
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 : 16 .x
24+ node-version : 18 .x
2525 registry-url : https://registry.npmjs.org/
2626 cache : pnpm
2727
Original file line number Diff line number Diff line change 1818 - name : Set node
1919 uses : actions/setup-node@v3
2020 with :
21- node-version : 16 .x
21+ node-version : 18 .x
2222
2323 - run : npx changelogithub
2424 env :
You can’t perform that action at this time.
0 commit comments