diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index 00ea431..ea326d6 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -14,7 +14,7 @@ jobs: security-events: write strategy: matrix: - node: [ 18, 20 ] + node: [ 18, 20, 22 ] fail-fast: false steps: - name: Checkout code diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 7a0fee1..22b6f98 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -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