We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 944b8e7 commit 62bd4f1Copy full SHA for 62bd4f1
.github/workflows/website-pr.yml
@@ -13,10 +13,10 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v5
16
- - name: Use Node.js 18
+ - name: Use Node.js 24
17
uses: actions/setup-node@v6
18
with:
19
- node-version: 18.x
+ node-version: 24.x
20
- name: Install Dependencies
21
run: yarn --cwd=website install --frozen-lockfile
22
- name: Build the Website
.github/workflows/website.yml
@@ -23,9 +23,9 @@ jobs:
23
24
25
26
27
28
29
30
- name: Install & Build
31
run: node scripts/ghPagesDeploy.js
0 commit comments