Skip to content

Commit

Permalink
chore: upgrade pnpm 9
Browse files Browse the repository at this point in the history
  • Loading branch information
Rock070 committed May 11, 2024
1 parent a605ae5 commit a07fbad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9
version: 9.1.0

- name: Set node
uses: actions/setup-node@v4
Expand All @@ -51,7 +51,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9
version: 9.1.0

- name: Set node
uses: actions/setup-node@v4
Expand All @@ -74,7 +74,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9
version: 9.1.0

- name: Set node
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue3-noti",
"version": "0.0.0",
"packageManager": "pnpm@8.10.2+sha512.0782093d5ba6c7ad9462081bc1ef0775016a4b4109eca1e1fedcea6f110143af5f50993db36c427d4fa8c62be3920a3224db12da719d246ca19dd9f18048c33c",
"packageManager": "pnpm@9.1.0",
"description": "",
"author": "",
"license": "ISC",
Expand Down

0 comments on commit a07fbad

Please sign in to comment.