diff options
| -rw-r--r-- | .github/workflows/ci.yml | 12 | ||||
| -rw-r--r-- | .github/workflows/pr.yml | 2 | ||||
| -rw-r--r-- | package.json | 2 |
3 files changed, 8 insertions, 8 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b1af3f90..b2a4b87b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: uses: actions/checkout@v3 - name: Install pnpm - uses: pnpm/[email protected] + uses: pnpm/[email protected] with: version: 7 @@ -62,7 +62,7 @@ jobs: uses: actions/checkout@v3 - name: Install pnpm - uses: pnpm/[email protected] + uses: pnpm/[email protected] with: version: 7 @@ -90,7 +90,7 @@ jobs: fetch-depth: 0 - name: Install pnpm - uses: pnpm/[email protected] + uses: pnpm/[email protected] with: version: 7 @@ -121,7 +121,7 @@ jobs: fetch-depth: 0 - name: Install pnpm - uses: pnpm/[email protected] + uses: pnpm/[email protected] with: version: 7 @@ -149,7 +149,7 @@ jobs: fetch-depth: 0 - name: Install pnpm - uses: pnpm/[email protected] + uses: pnpm/[email protected] with: version: 7 @@ -177,7 +177,7 @@ jobs: fetch-depth: 0 - name: Install pnpm - uses: pnpm/[email protected] + uses: pnpm/[email protected] with: version: 7 diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index db65a938..4bf47cfc 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - name: Install pnpm - uses: pnpm/[email protected] + uses: pnpm/[email protected] with: version: 7 diff --git a/package.json b/package.json index 3c8ddfbe..fa644c93 100644 --- a/package.json +++ b/package.json @@ -138,7 +138,7 @@ "vitepress": "1.0.0-alpha.21", "vitest": "~0.24.3" }, - "packageManager": "[email protected]", + "packageManager": "[email protected]", "engines": { "node": ">=14.0.0", "npm": ">=6.0.0" |
