Skip to content

Commit b6f1fe2

Browse files
authored
Bump node version on CI
1 parent e246d6f commit b6f1fe2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Node.js
1818
uses: actions/setup-node@v2
1919
with:
20-
node-version: "22"
20+
node-version: "24"
2121
- name: Install dependencies
2222
run: npm ci
2323
- name: Run test

0 commit comments

Comments
 (0)