Skip to content

Commit 732e66e

Browse files
committed
chore: specify pnpm version in package.json
1 parent ff836ea commit 732e66e

File tree

6 files changed

+1
-10
lines changed

6 files changed

+1
-10
lines changed

.github/workflows/nightly.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222

2323
- name: Install pnpm
2424
uses: pnpm/[email protected]
25-
with:
26-
version: 9.7.0
2725

2826
- name: Get pnpm store directory
2927
id: pnpm-cache

.github/workflows/test-e2e-composable.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ jobs:
3232

3333
- name: Install pnpm
3434
uses: pnpm/[email protected]
35-
with:
36-
version: 9.7.0
3735

3836
- name: Get pnpm store directory
3937
id: pnpm-cache

.github/workflows/test-e2e-options.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ jobs:
3232

3333
- name: Install pnpm
3434
uses: pnpm/[email protected]
35-
with:
36-
version: 9.7.0
3735

3836
- name: Get pnpm store directory
3937
id: pnpm-cache

.github/workflows/test-e2e-ssr.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ jobs:
3232

3333
- name: Install pnpm
3434
uses: pnpm/[email protected]
35-
with:
36-
version: 9.7.0
3735

3836
- name: Get pnpm store directory
3937
id: pnpm-cache

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ jobs:
2929

3030
- name: Install pnpm
3131
uses: pnpm/[email protected]
32-
with:
33-
version: 9.7.0
3432

3533
- name: Get pnpm store directory
3634
id: pnpm-cache

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"eslint-plugin-vue": "^7.20.0",
3333
"typescript": "^4.7.4"
3434
},
35+
"packageManager": "[email protected]",
3536
"pnpm": {
3637
"overrides": {
3738
"eslint-scope": "^5",

0 commit comments

Comments
 (0)