Skip to content

Commit 96040ce

Browse files
committed
ci: add NodeJS 22 to test matrix
1 parent 6627e87 commit 96040ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
needs: [lint]
4242
strategy:
4343
matrix:
44-
node: [16, 18, 20]
44+
node: [16, 18, 20, 22]
4545
steps:
4646
- name: Checkout ${{ matrix.node }}
4747
uses: actions/checkout@v3

0 commit comments

Comments
 (0)