diff --git a/.github/workflows/e2e-ci.yml b/.github/workflows/e2e-ci.yml index 9814cf3..8400d16 100644 --- a/.github/workflows/e2e-ci.yml +++ b/.github/workflows/e2e-ci.yml @@ -55,7 +55,7 @@ jobs: fail-fast: false matrix: pkg: [npm6, npm7, npm8, npm9, npm10, pnpm6, pnpm7, pnpm8, yarn1, yarn2, yarn3] - node: [18] + node: [22] name: ${{ matrix.pkg }}/ ubuntu-latest / ${{ matrix.node }} runs-on: ubuntu-latest steps: