Skip to content

Commit d93a613

Browse files
committed
adds node 22 to the CI matrix on github
1 parent 574af99 commit d93a613

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
node-version:
3333
- 18.x
3434
- 20.x
35+
- 22.x
3536
steps:
3637
- uses: actions/checkout@v1
3738
- uses: actions/setup-node@v1
@@ -52,6 +53,7 @@ jobs:
5253
node-version:
5354
- 18.x
5455
- 20.x
56+
- 22.x
5557
steps:
5658
- uses: actions/checkout@v1
5759
- uses: actions/setup-node@v1

0 commit comments

Comments
 (0)