Skip to content

Commit

Permalink
chore: specify pnpm version in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Aug 22, 2024
1 parent ff836ea commit 732e66e
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 10 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:

- name: Install pnpm
uses: pnpm/[email protected]
with:
version: 9.7.0

- name: Get pnpm store directory
id: pnpm-cache
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test-e2e-composable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ jobs:

- name: Install pnpm
uses: pnpm/[email protected]
with:
version: 9.7.0

- name: Get pnpm store directory
id: pnpm-cache
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test-e2e-options.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ jobs:

- name: Install pnpm
uses: pnpm/[email protected]
with:
version: 9.7.0

- name: Get pnpm store directory
id: pnpm-cache
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test-e2e-ssr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ jobs:

- name: Install pnpm
uses: pnpm/[email protected]
with:
version: 9.7.0

- name: Get pnpm store directory
id: pnpm-cache
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ jobs:

- name: Install pnpm
uses: pnpm/[email protected]
with:
version: 9.7.0

- name: Get pnpm store directory
id: pnpm-cache
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"eslint-plugin-vue": "^7.20.0",
"typescript": "^4.7.4"
},
"packageManager": "[email protected]",
"pnpm": {
"overrides": {
"eslint-scope": "^5",
Expand Down

0 comments on commit 732e66e

Please sign in to comment.