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