Skip to content

Commit 9170fc7

Browse files
authored
Add node v22 to test matrix (#333)
1 parent 6d182d1 commit 9170fc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
node: [18, 20]
14+
node: [18, 20, 22]
1515
os: [ubuntu-latest]
1616

1717
steps:

0 commit comments

Comments
 (0)