diff --git a/.github/workflows/test-app-e2e.yaml b/.github/workflows/test-app-e2e.yaml index 414526e77f7..14ddc3ba570 100644 --- a/.github/workflows/test-app-e2e.yaml +++ b/.github/workflows/test-app-e2e.yaml @@ -27,12 +27,12 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node-version: [20.x] + node-version: [22.x] os: [ubuntu-24.04, macos-14, windows-2022] include: - - node-version: 20.x + - node-version: 18.x os: ubuntu-24.04 - - node-version: 22.x + - node-version: 20.x os: ubuntu-24.04 steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4