From 1789f9e47d3802c802fe7ccb5ab7a275b6035119 Mon Sep 17 00:00:00 2001 From: Theo <328805+theodesp@users.noreply.github.com> Date: Thu, 20 Jun 2024 10:27:15 +0100 Subject: [PATCH] test(gha): include node 22 in github actions pipeline --- .github/workflows/e2e-next-example.yml | 2 +- .github/workflows/e2e-next-faustwp-example.yml | 2 +- .github/workflows/e2e-nightly-build.yml | 2 +- .github/workflows/experimental-app-router.yml | 2 +- .github/workflows/unit-test-packages.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/e2e-next-example.yml b/.github/workflows/e2e-next-example.yml index 345f4884c..a8098012c 100644 --- a/.github/workflows/e2e-next-example.yml +++ b/.github/workflows/e2e-next-example.yml @@ -14,7 +14,7 @@ jobs: PR_BRANCH: ${{github.event.pull_request.head.ref}} strategy: matrix: - node: ['18', '20'] + node: ['18', '20', '22'] defaults: run: working-directory: ./ diff --git a/.github/workflows/e2e-next-faustwp-example.yml b/.github/workflows/e2e-next-faustwp-example.yml index 3b920d0e9..8d868a283 100644 --- a/.github/workflows/e2e-next-faustwp-example.yml +++ b/.github/workflows/e2e-next-faustwp-example.yml @@ -14,7 +14,7 @@ jobs: PR_BRANCH: ${{github.event.pull_request.head.ref}} strategy: matrix: - node: ['18', '20'] + node: ['18', '20', '22'] defaults: run: working-directory: ./ diff --git a/.github/workflows/e2e-nightly-build.yml b/.github/workflows/e2e-nightly-build.yml index b2af1eacb..8483c42fa 100644 --- a/.github/workflows/e2e-nightly-build.yml +++ b/.github/workflows/e2e-nightly-build.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - node: ['18', '20'] + node: ['18', '20', '22'] defaults: run: working-directory: ./ diff --git a/.github/workflows/experimental-app-router.yml b/.github/workflows/experimental-app-router.yml index 5963debe7..e94876808 100644 --- a/.github/workflows/experimental-app-router.yml +++ b/.github/workflows/experimental-app-router.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: os: ['ubuntu-22.04'] - node: ['18', '20'] + node: ['18', '20', '22'] permissions: checks: write pull-requests: write diff --git a/.github/workflows/unit-test-packages.yml b/.github/workflows/unit-test-packages.yml index 865931350..8c2aba598 100644 --- a/.github/workflows/unit-test-packages.yml +++ b/.github/workflows/unit-test-packages.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: os: ['ubuntu-22.04'] - node: ['18', '20'] + node: ['18', '20', '22'] permissions: checks: write pull-requests: write