Skip to content

Commit

Permalink
Update pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
yumauri committed Oct 4, 2023
1 parent 7a712f7 commit 38719b8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: 📦 Setup PNPM
uses: pnpm/action-setup@v2
with:
version: 8.7.6
version: 8.8.0

- name: 🐧 Setup Node 18.18.0
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: 📦 Use PNPM
uses: pnpm/action-setup@v2
with:
version: 8.7.6
version: 8.8.0

- name: 🐧 Use Node 18.18.0
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: 📦 Setup PNPM
uses: pnpm/action-setup@v2
with:
version: 8.7.6
version: 8.8.0

- name: 🐧 Setup Node 18.18.0
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/try.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: 📦 Use PNPM
uses: pnpm/action-setup@v2
with:
version: 8.7.6
version: 8.8.0

- name: 🐧 Use Node ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodejs 18.18.0
pnpm 8.7.6
pnpm 8.8.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,5 @@
"vite": "^4.4.10",
"yaspeller": "^8.0.1"
},
"packageManager": "pnpm@8.7.6"
"packageManager": "pnpm@8.8.0"
}

0 comments on commit 38719b8

Please sign in to comment.