Skip to content

Commit cc9155a

Browse files
authored
ci: test use node24 (#709)
2 parents 783a494 + d1c6add commit cc9155a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
# see https://github.com/actions/setup-node
3232
uses: actions/setup-node@v6
3333
with:
34-
node-version: '20.x'
34+
node-version: '24.x'
3535
package-manager-cache: false
36-
- name: Install Depenencies
36+
- name: Install Dependencies
3737
run: npm install
3838
- name: Run test
3939
run: npm test

0 commit comments

Comments
 (0)