diff --git a/.github/workflows/test-web.yml b/.github/workflows/test-web.yml index 6718a15..a6f4460 100644 --- a/.github/workflows/test-web.yml +++ b/.github/workflows/test-web.yml @@ -16,6 +16,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v4 with: + version: 9 run_install: false - name: Install Node.js diff --git a/package.json b/package.json index e8051b8..06ea3a2 100644 --- a/package.json +++ b/package.json @@ -44,6 +44,5 @@ "vite": "^5.4.1", "vite-plugin-node-polyfills": "^0.22.0", "vite-tsconfig-paths": "^5.0.1" - }, - "packageManager": "pnpm@9.7.0+sha512.dc09430156b427f5ecfc79888899e1c39d2d690f004be70e05230b72cb173d96839587545d09429b55ac3c429c801b4dc3c0e002f653830a420fa2dd4e3cf9cf" + } }