Skip to content

Commit f238ba8

Browse files
authored
Add Node 22 to CI (#23)
1 parent 79d83ec commit f238ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
strategy:
2222
matrix:
23-
node-version: [18, 20, 21]
23+
node-version: [18, 20, 22]
2424

2525
steps:
2626
- name: Checkout

0 commit comments

Comments
 (0)