diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 42b5bec..b1cf817 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -22,8 +22,6 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v4.0.0 - with: - version: 9.7.0 - name: Get pnpm store directory id: pnpm-cache diff --git a/.github/workflows/test-e2e-composable.yml b/.github/workflows/test-e2e-composable.yml index cedb3dc..8979962 100644 --- a/.github/workflows/test-e2e-composable.yml +++ b/.github/workflows/test-e2e-composable.yml @@ -32,8 +32,6 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v4.0.0 - with: - version: 9.7.0 - name: Get pnpm store directory id: pnpm-cache diff --git a/.github/workflows/test-e2e-options.yml b/.github/workflows/test-e2e-options.yml index 1242c51..c6cb2d8 100644 --- a/.github/workflows/test-e2e-options.yml +++ b/.github/workflows/test-e2e-options.yml @@ -32,8 +32,6 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v4.0.0 - with: - version: 9.7.0 - name: Get pnpm store directory id: pnpm-cache diff --git a/.github/workflows/test-e2e-ssr.yml b/.github/workflows/test-e2e-ssr.yml index e3b0ad1..d6fcbfa 100644 --- a/.github/workflows/test-e2e-ssr.yml +++ b/.github/workflows/test-e2e-ssr.yml @@ -32,8 +32,6 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v4.0.0 - with: - version: 9.7.0 - name: Get pnpm store directory id: pnpm-cache diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 717d17a..157be03 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,8 +29,6 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v4.0.0 - with: - version: 9.7.0 - name: Get pnpm store directory id: pnpm-cache diff --git a/package.json b/package.json index 8ffc243..4ec6126 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,7 @@ "eslint-plugin-vue": "^7.20.0", "typescript": "^4.7.4" }, + "packageManager": "pnpm@9.7.1", "pnpm": { "overrides": { "eslint-scope": "^5",