Skip to content

Commit 6fd57af

Browse files
committed
use node 22 in ci
1 parent 47cdf06 commit 6fd57af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- uses: actions/setup-node@v4
1919
with:
20-
node-version: 20
20+
node-version: 22
2121
- run: npm install
2222
- run: npm test

0 commit comments

Comments
 (0)