Skip to content

Commit 7b4ff27

Browse files
committed
try to bump node to 24
1 parent 0e1d0e2 commit 7b4ff27

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/test.yaml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
- name: Checkout Source code
1414
uses: actions/checkout@v5
1515

16-
- name: Use Node.js 22
16+
- name: Use Node.js 24
1717
uses: actions/setup-node@v5
1818
with:
19-
node-version: 22
19+
node-version: 24
2020
cache: 'npm'
2121
cache-dependency-path: 'package-lock.json'
2222
always-auth: 'true'
@@ -43,7 +43,8 @@ jobs:
4343
- name: Start Docusaurus server
4444
uses: JarvusInnovations/background-action@v1
4545
with:
46-
run: npx docusaurus serve --port 3000 --no-open
46+
run: |
47+
npx docusaurus serve --port 3000 --no-open
4748
wait-on: http://localhost:3000
4849

4950
- name: Start Nginx with project config
@@ -109,10 +110,10 @@ jobs:
109110
files_ignore: '!sources/api/*.{md,mdx}'
110111
separator: ","
111112

112-
- name: Use Node.js 22
113+
- name: Use Node.js 24
113114
uses: actions/setup-node@v5
114115
with:
115-
node-version: 22
116+
node-version: 24
116117
cache: 'npm'
117118
cache-dependency-path: 'package-lock.json'
118119

@@ -142,10 +143,10 @@ jobs:
142143
- name: Checkout Source code
143144
uses: actions/checkout@v5
144145

145-
- name: Use Node.js 22
146+
- name: Use Node.js 24
146147
uses: actions/setup-node@v5
147148
with:
148-
node-version: 22
149+
node-version: 24
149150
cache: 'npm'
150151
cache-dependency-path: 'package-lock.json'
151152

0 commit comments

Comments
 (0)