Skip to content

Commit fd6d034

Browse files
committed
[ci] Test on node 22
1 parent 78ca9bc commit fd6d034

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,18 @@ jobs:
1616
- 16
1717
- 18
1818
- 20
19+
- 22
1920
steps:
2021
- uses: actions/checkout@v4
2122
- uses: actions/setup-node@v4
2223
with:
2324
node-version: ${{ matrix.node }}
2425
- run: npm install
2526
- run: npm run lint
26-
if: matrix.node == 20
27+
if: matrix.node == 22
2728
- run: npm test
2829
- run: npm run test:types
2930
- uses: coverallsapp/github-action@v2
30-
if: matrix.node == 20
31+
if: matrix.node == 22
3132
with:
3233
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)