Skip to content

Commit 463863c

Browse files
committed
Update node-version to 24
1 parent e79d8a2 commit 463863c

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/deploywcc.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@ jobs:
1212
runs-on: ubuntu-latest
1313
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v6
1616
- name: Setup Node.js
17-
uses: actions/setup-node@v4
17+
uses: actions/setup-node@v6
1818
with:
19-
node-version: 20.x
19+
node-version: 24.x
2020
- name: Setup llvm-ar
2121
run: sudo apt install llvm-dev
2222
- name: Install NPM packages
2323
run: npm ci
2424
- name: Build release
2525
run: make release-wcc
2626
- name: Upload artifact
27-
uses: actions/upload-pages-artifact@v3
27+
uses: actions/upload-pages-artifact@v6
2828
with:
2929
path: release
3030

@@ -40,4 +40,4 @@ jobs:
4040
steps:
4141
- name: Deploy to GitHub Pages
4242
id: deployment
43-
uses: actions/deploy-pages@v4
43+
uses: actions/deploy-pages@v6

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v6
1818
- name: Setup Node.js
19-
uses: actions/setup-node@v4
19+
uses: actions/setup-node@v6
2020
with:
21-
node-version: 20.x
21+
node-version: 24.x
2222

2323
- name: make xcc
2424
run: make -j8 all

0 commit comments

Comments
 (0)