diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e1c62ac9bdd5..7a9e68c01dc9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,6 +27,8 @@ jobs: steps: - uses: actions/checkout@v3 - uses: pnpm/action-setup@v2.2.4 + with: + version: ${{ matrix.node-version == 14 && 7 || 8 }} - uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }}