Skip to content

Commit eb22171

Browse files
committed
Update node matrix in CI
1 parent 067e1df commit eb22171

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
strategy:
158158
fail-fast: false
159159
matrix:
160-
node: [18, 20, 21]
160+
node: [18, 20, 22]
161161

162162
name: Smoke Tests (Node v${{ matrix.node }} with npm)
163163
runs-on: ubuntu-latest
@@ -185,7 +185,7 @@ jobs:
185185
strategy:
186186
fail-fast: false
187187
matrix:
188-
node: [18, 20, 21]
188+
node: [18, 20, 22]
189189

190190
name: Smoke Tests (Node v${{ matrix.node }} with yarn)
191191
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)