Skip to content

Commit 90af38e

Browse files
committed
Upgrade node and setup-node in doc CI (docusaurus)
1 parent 2c1325d commit 90af38e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/deploy-doc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
fetch-depth: 0
2222

2323
- name: Setup Node
24-
uses: actions/setup-node@v4
24+
uses: actions/setup-node@v5
2525
with:
26-
node-version: 20
26+
node-version: 24
2727
cache: npm
2828
cache-dependency-path: doc/package-lock.json
2929

.github/workflows/test-deploy-doc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
fetch-depth: 0
2222

2323
- name: Setup Node
24-
uses: actions/setup-node@v4
24+
uses: actions/setup-node@v5
2525
with:
26-
node-version: 20
26+
node-version: 24
2727
cache: npm
2828
cache-dependency-path: doc/package-lock.json
2929

0 commit comments

Comments
 (0)