diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5aefc799..131c629c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,8 +32,8 @@ jobs: ${{ runner.os }}- - uses: pnpm/action-setup@v2.0.1 with: - version: latest - run_install: true + version: latest-7 + run_install: false - name: Install packages run: pnpm install --frozen-lockfile - name: Check Type diff --git a/server/.github/workflows/ci.yaml b/server/.github/workflows/ci.yaml index acacf5a7..ca2eeb3c 100644 --- a/server/.github/workflows/ci.yaml +++ b/server/.github/workflows/ci.yaml @@ -39,6 +39,7 @@ jobs: ${{ runner.os }}- - uses: pnpm/action-setup@v2.0.1 with: + version: latest-7 run_install: false - name: Install packages run: pnpm install --frozen-lockfile