Skip to content

Commit 8f9eca2

Browse files
committed
Specify a recent Node version
1 parent 1d98682 commit 8f9eca2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ jobs:
99
- uses: actions/checkout@v4
1010
with:
1111
submodules: true
12-
- uses: actions/setup-node@v5
12+
- uses: actions/setup-node@v6
13+
with:
14+
node-version: 25.x
1315
- name: Build
1416
run: npm install && npm run build
1517
- name: Upload artifact

0 commit comments

Comments
 (0)