Skip to content

Commit 9012c74

Browse files
committed
CI: also use a fixed nodejs version for building
1 parent 5c3f50d commit 9012c74

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/Test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
uses: actions/checkout@v6
3636
with:
3737
persist-credentials: false
38+
- uses: actions/setup-node@v6
39+
with:
40+
node-version: 24
3841
- name: 🚧 build action
3942
shell: bash
4043
run: |

0 commit comments

Comments
 (0)