Skip to content

Commit

Permalink
ci: fix pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Aug 22, 2024
1 parent 7b6389f commit 5ca2939
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 11 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,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-nuxt3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,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-svelte4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,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-vue3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,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 @@ -27,8 +27,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: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "histoire-monorepo",
"version": "0.17.17",
"private": true,
"packageManager": "pnpm@8.6.2",
"packageManager": "pnpm@9.7.1",
"repository": {
"url": "https:/Akryum/histoire.git",
"type": "git"
Expand Down

0 comments on commit 5ca2939

Please sign in to comment.