Skip to content

Commit 55313a8

Browse files
committed
ci: test on Node.js 22
1 parent 56d7fea commit 55313a8

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
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
os: [ubuntu-latest]
20-
node: [14, 16, 18, 20]
20+
node: [14, 16, 18, 20, 22]
2121
steps:
2222
- uses: actions/checkout@v4
2323
with:

0 commit comments

Comments
 (0)