Skip to content

Commit 0d8c94b

Browse files
node.
1 parent 0b18fdb commit 0d8c94b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docs-stage-2-test.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ jobs:
6666
steps:
6767
- name: "Checkout code"
6868
uses: actions/checkout@v5
69+
- uses: actions/setup-node@v6
70+
with:
71+
node-version: 24
72+
cache: 'npm'
6973
- name: "Repo setup"
7074
run: |
7175
npm ci

0 commit comments

Comments
 (0)