Skip to content

Commit 62bd4f1

Browse files
committed
chore(workflows/website*): update used nodejs version
1 parent 944b8e7 commit 62bd4f1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/website-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v5
16-
- name: Use Node.js 18
16+
- name: Use Node.js 24
1717
uses: actions/setup-node@v6
1818
with:
19-
node-version: 18.x
19+
node-version: 24.x
2020
- name: Install Dependencies
2121
run: yarn --cwd=website install --frozen-lockfile
2222
- name: Build the Website

.github/workflows/website.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- uses: actions/checkout@v5
26-
- name: Use Node.js 18
26+
- name: Use Node.js 24
2727
uses: actions/setup-node@v6
2828
with:
29-
node-version: 18.x
29+
node-version: 24.x
3030
- name: Install & Build
3131
run: node scripts/ghPagesDeploy.js

0 commit comments

Comments
 (0)