Skip to content

Commit

Permalink
ci: add Node 22 CI (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed May 1, 2024
1 parent 5206534 commit 1c46767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Expand Up @@ -49,7 +49,7 @@ jobs:
needs: [build]
strategy:
matrix:
node_version: [18.x, 20.x]
node_version: [18.x, 20.x, 22.x]
os: [ubuntu-latest]
include:
- node_version: 20.x
Expand Down

0 comments on commit 1c46767

Please sign in to comment.