Skip to content

Commit b813600

Browse files
chore(ci): add node 22 to ci pipeline
1 parent c187255 commit b813600

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
check:
1919
strategy:
2020
matrix:
21-
node-version: [18, 20]
21+
node-version: [18, 20, 22]
2222

2323
runs-on: ubuntu-latest
2424

@@ -48,7 +48,7 @@ jobs:
4848
run: yarn coverage
4949

5050
- name: Report Coverage
51-
if: ${{ matrix.node-version == 20 && github.event_name == 'pull_request' }}
51+
if: ${{ matrix.node-version == 22 && github.event_name == 'pull_request' }}
5252
uses: zgosalvez/github-actions-report-lcov@v4
5353
with:
5454
coverage-files: coverage/lcov.info

0 commit comments

Comments
 (0)