Skip to content

Commit 83e135d

Browse files
authored
Merge pull request #66 from ghiscoding/chore/pnpm9
chore(deps): upgrade to pnpm v9
2 parents b41191b + 545d300 commit 83e135d

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.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: 8
46+
version: 9
4747
run_install: false
4848

4949
- name: Get pnpm store directory

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"test": "vitest --watch --pool forks --config ./vitest/vitest.config.mts",
4848
"test:coverage": "vitest --coverage --pool forks --config ./vitest/vitest.config.mts"
4949
},
50-
"packageManager": "pnpm@8.15.9",
50+
"packageManager": "pnpm@9.12.2",
5151
"devDependencies": {
5252
"@biomejs/biome": "^1.9.3",
5353
"@lerna-lite/cli": "^3.9.3",
@@ -57,7 +57,7 @@
5757
"conventional-changelog-conventionalcommits": "^7.0.2",
5858
"cross-env": "^7.0.3",
5959
"happy-dom": "^15.7.4",
60-
"pnpm": "^8.15.9",
60+
"pnpm": "^9.12.2",
6161
"rimraf": "^5.0.10",
6262
"typescript": "^5.6.3",
6363
"vitest": "^2.1.2"

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)