Skip to content

Commit 8444378

Browse files
committed
Add Node.js 22 to CI
Category: none
1 parent 4b2442c commit 8444378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
node: [16, 18, 20]
8+
node: [16, 18, 20, 22]
99
name: Node ${{ matrix.node }}
1010
steps:
1111
- name: Checkout

0 commit comments

Comments
 (0)