Skip to content

Commit b39d757

Browse files
chore(deps): update dependency node to v22
1 parent df4ab08 commit b39d757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v4
3030
- uses: actions/setup-node@v4
3131
with:
32-
node-version: 20
32+
node-version: 22
3333
- run: npm ci
3434
- run: npm run lint
3535
- run: npm test

0 commit comments

Comments
 (0)