Skip to content

Commit 1916f6d

Browse files
authored
Merge pull request #106 from ghiscoding/chore/pnpm10
chore(deps): upgrade to pnpm@10
2 parents 4007301 + 6188e9c commit 1916f6d

4 files changed

Lines changed: 4 additions & 15 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Install pnpm
4444
uses: pnpm/action-setup@v3
4545
with:
46-
version: 9
46+
version: 10
4747
run_install: false
4848

4949
- name: Get pnpm store directory

.github/workflows/publish-npm-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Install pnpm
4848
uses: pnpm/action-setup@v3
4949
with:
50-
version: 9
50+
version: 10
5151
run_install: false
5252

5353
- name: Get pnpm store directory

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949
},
5050
"engines": {
5151
"node": "^20.17.0 || >=22.9.0",
52-
"pnpm": "9.x"
52+
"pnpm": "10.x"
5353
},
54-
"packageManager": "pnpm@9.10.0",
54+
"packageManager": "pnpm@10.10.0",
5555
"devDependencies": {
5656
"@biomejs/biome": "^2.0.0-beta.1",
5757
"@lerna-lite/cli": "^4.0.0",
@@ -60,7 +60,6 @@
6060
"@vitest/coverage-v8": "^3.1.2",
6161
"conventional-changelog-conventionalcommits": "^8.0.0",
6262
"happy-dom": "^17.4.4",
63-
"pnpm": "^9.10.0",
6463
"rimraf": "^6.0.1",
6564
"typescript": "^5.8.3",
6665
"vitest": "^3.1.2"

pnpm-lock.yaml

Lines changed: 0 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)