Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

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 a1cf027 commit 809ea61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/eslint.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
security-events: write
strategy:
matrix:
node: [ 18, 20 ]
node: [ 18, 20, 22 ]
fail-fast: false
steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ 18, 20 ]
node: [ 18, 20, 22 ]
fail-fast: false
steps:
- name: Checkout code
Expand Down

0 comments on commit 809ea61

Please sign in to comment.