Skip to content

Commit

Permalink
ci: enable node v22
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpicado committed Apr 30, 2024
1 parent 6ce3425 commit 95fc685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node_version: [14, 16, 18, 19, 20, 21]
node_version: [14, 16, 18, 19, 20, 21, 22]

runs-on: ubuntu-latest

Expand Down

0 comments on commit 95fc685

Please sign in to comment.