File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2626 with :
2727 submodules : true
2828 - name : Set up Node.js 20
29- uses : actions/setup-node@v5
29+ uses : actions/setup-node@v6
3030 with :
31- node-version : ' 20.x '
31+ node-version : ' 24.11.0 '
3232 cache : yarn
3333 - name : Install dependencies
3434 run : yarn install --frozen-lockfile
4242 - name : Upload build artifacts
4343 # Upload build artifacts on push event.
4444 if : github.event_name == 'push'
45- uses : actions/upload-artifact@v4
45+ uses : actions/upload-artifact@v5
4646 with :
4747 name : oasis-rofl-app-${{ steps.vars.outputs.SHORT_SHA }}
4848 path : dist
Original file line number Diff line number Diff line change 3434 with :
3535 python-version : ' 3.x'
3636 - name : Set up Node.js 20
37- uses : actions/setup-node@v5
37+ uses : actions/setup-node@v6
3838 with :
39- node-version : ' 20.x '
39+ node-version : ' 24.11.0 '
4040 cache : yarn
4141 - name : Install dependencies
4242 run : yarn install --frozen-lockfile
Original file line number Diff line number Diff line change 4949 submodules : true
5050 ref : ${{ github.event.pull_request.head.sha }}
5151 - name : Set up Node.js 20
52- uses : actions/setup-node@v5
52+ uses : actions/setup-node@v6
5353 with :
54- node-version : ' 20.x '
54+ node-version : ' 24.11.0 '
5555 cache : yarn
5656 - name : Install dependencies
5757 run : yarn install --frozen-lockfile
Original file line number Diff line number Diff line change 2424 with :
2525 submodules : true
2626 - name : Set up Node.js 20
27- uses : actions/setup-node@v4
27+ uses : actions/setup-node@v6
2828 with :
29- node-version : ' 20.x '
29+ node-version : ' 24.11.0 '
3030 cache : yarn
3131 - name : Install dependencies
3232 run : yarn install --frozen-lockfile
You can’t perform that action at this time.
0 commit comments