We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78ca9bc commit fd6d034Copy full SHA for fd6d034
.github/workflows/ci.yml
@@ -16,17 +16,18 @@ jobs:
16
- 16
17
- 18
18
- 20
19
+ - 22
20
steps:
21
- uses: actions/checkout@v4
22
- uses: actions/setup-node@v4
23
with:
24
node-version: ${{ matrix.node }}
25
- run: npm install
26
- run: npm run lint
- if: matrix.node == 20
27
+ if: matrix.node == 22
28
- run: npm test
29
- run: npm run test:types
30
- uses: coverallsapp/github-action@v2
31
32
33
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments