Skip to content

Commit

Permalink
Added support for NodeJS 22 on GitHub Actions compliant workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianLeChat committed May 3, 2024
1 parent b66cf8e commit f4406d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
security-events: write
strategy:
matrix:
node: [ 18, 20 ]
node: [ 20, 22 ]
fail-fast: false
steps:
- name: Checkout code
Expand Down

0 comments on commit f4406d8

Please sign in to comment.