Skip to content

Commit

Permalink
fix: also bump version of pnpm/apction-setup in git workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
filiphazardous committed Aug 5, 2024
1 parent 58d429c commit 3e8fee8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-nuxt3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
node-version: 20

- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v4
with:
version: 8.15.9

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-svelte4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
node-version: 20

- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v4
with:
version: 8.15.9

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-vue3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
node-version: 20

- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v4
with:
version: 8.15.9

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
node-version: 20

- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v4
with:
version: 8.15.9

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@8.15.9",
"repository": {
"url": "https://github.com/Akryum/histoire.git",
"type": "git"
Expand Down

0 comments on commit 3e8fee8

Please sign in to comment.