Skip to content

Commit f22802b

Browse files
Update dependency node to v24
1 parent 2e5eea0 commit f22802b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Use Node.js 20
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: "20"
19+
node-version: "24"
2020
- name: Install dependencies
2121
run: npm ci
2222
- run: npm test

0 commit comments

Comments
 (0)