Skip to content

Commit cc773ce

Browse files
committed
chore: Added Node 22 to CI to see what breaks
1 parent cd1869b commit cc773ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-workflow.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
strategy:
3737
matrix:
38-
node-version: [16.x, 18.x, 20.x]
38+
node-version: [16, 18, 20, 22]
3939

4040
steps:
4141
- uses: actions/checkout@v3
@@ -61,7 +61,7 @@ jobs:
6161

6262
strategy:
6363
matrix:
64-
node-version: [16.x, 18.x, 20.x]
64+
node-version: [16, 18, 20, 22]
6565

6666
steps:
6767
- uses: actions/checkout@v3
@@ -86,7 +86,7 @@ jobs:
8686

8787
strategy:
8888
matrix:
89-
node-version: [16.x, 18.x, 20.x]
89+
node-version: [16, 18, 20, 22]
9090

9191
steps:
9292
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)