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 : Use Node.js
2424 uses : actions/setup-node@v6
2525 with :
26- node-version : 22
26+ node-version : 24
2727 - name : Install dependencies
2828 id : install_code
2929 run : bun install --frozen-lockfile
5555 - name : Use Node.js
5656 uses : actions/setup-node@v6
5757 with :
58- node-version : 22
58+ node-version : 24
5959 - name : Install dependencies
6060 id : install_code
6161 run : bun install --frozen-lockfile
Original file line number Diff line number Diff line change 1717 bun-version : latest
1818 - uses : actions/setup-node@v6
1919 with :
20- node-version : 22
20+ node-version : 24
2121 - name : Install dependencies
2222 id : install_code
2323 run : bun install --frozen-lockfile
Original file line number Diff line number Diff line change 2020 - name : Use Node.js
2121 uses : actions/setup-node@v6
2222 with :
23- node-version : 22
23+ node-version : 24
2424 - name : Install dependencies
2525 id : install_code
2626 run : bun install --frozen-lockfile
You can’t perform that action at this time.
0 commit comments