Skip to content

Commit 338168f

Browse files
committed
ci: add node v22.x
1 parent 997e2c3 commit 338168f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
node-version: [10.x, 12.x, 14.x, 16.x, 18.x, 20.x]
14+
node-version: [10.x, 12.x, 14.x, 16.x, 18.x, 20.x, 22.x]
1515
steps:
1616
- uses: actions/checkout@v3
1717
with:
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
fail-fast: false
3333
matrix:
34-
node-version: [10.x, 12.x, 14.x, 16.x, 18.x, 20.x]
34+
node-version: [10.x, 12.x, 14.x, 16.x, 18.x, 20.x, 22.x]
3535
steps:
3636
- uses: actions/checkout@v3
3737
with:
@@ -51,7 +51,7 @@ jobs:
5151
strategy:
5252
fail-fast: false
5353
matrix:
54-
node-version: [10.x, 12.x, 14.x, 16.x, 18.x, 20.x]
54+
node-version: [10.x, 12.x, 14.x, 16.x, 18.x, 20.x, 22.x]
5555
steps:
5656
- uses: actions/checkout@v3
5757
with:

0 commit comments

Comments
 (0)