Skip to content

Commit 01b2bef

Browse files
committed
[ci] Test on node 22
1 parent 75a6d4e commit 01b2bef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020
- uses: actions/setup-node@v4
2121
with:
22-
node-version: 20
22+
node-version: 22
2323
- run: npm ci
2424
- run: npm run lint
2525
if: matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)