Skip to content

Commit 4f32005

Browse files
authored
Merge pull request #44 from bookernath/update-node-22-ci
Update CI to test on Node 22 instead of Node 21
2 parents eab1ef0 + 9e4f694 commit 4f32005

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
node-version: [18, 20, 21]
20+
node-version: [18, 20, 22]
2121
fail-fast: false
2222

2323
steps:

0 commit comments

Comments
 (0)