Skip to content

Commit 29df1c0

Browse files
committed
fix: pipeline node version
1 parent 60964c3 commit 29df1c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Setup Node.js
3636
uses: actions/setup-node@v4
3737
with:
38-
node-version: 20.10.0
38+
node-version: 24.7.0
3939

4040
- name: Install dependencies
4141
run: |

0 commit comments

Comments
 (0)