Skip to content

Commit e8fabba

Browse files
chore(deps): update pnpm to v10.27.0
1 parent f6ed084 commit e8fabba

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/npmpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- uses: pnpm/action-setup@v2
2020
with:
21-
version: 9
21+
version: 10
2222
- name: Detect package manager
2323
id: detect-package-manager
2424
run: |

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: pnpm/action-setup@v2
1616
with:
17-
version: 9
17+
version: 10
1818
- name: Detect package manager
1919
id: detect-package-manager
2020
run: |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"publishConfig": {
3131
"registry": "https://npm.pkg.github.com"
3232
},
33-
"packageManager": "pnpm@10.14.0",
33+
"packageManager": "pnpm@10.27.0",
3434
"dependencies": {
3535
"@vitest/coverage-v8": "^3.0.0"
3636
}

0 commit comments

Comments
 (0)