Skip to content

Commit af0bdfa

Browse files
authored
chore: upgrade pnpm to v11 (#329)
1 parent e01af8b commit af0bdfa

4 files changed

Lines changed: 118 additions & 140 deletions

File tree

.github/workflows/build-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: pnpm install --no-frozen-lockfile --config.auto-install-peers=true
4444

4545
- name: Test package
46-
run: pnpm --filter "${{ matrix.package }}" test
46+
run: pnpm --config.auto-install-peers=true --filter "${{ matrix.package }}" test
4747

4848
build:
4949
name: Build
@@ -78,4 +78,4 @@ jobs:
7878
run: pnpm install --no-frozen-lockfile --config.auto-install-peers=true
7979

8080
- name: Build package
81-
run: pnpm --filter "${{ matrix.package }}" build
81+
run: pnpm --config.auto-install-peers=true --filter "${{ matrix.package }}" build

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"url": "git+https://github.com/forwardsoftware/react-auth.git"
1818
},
1919
"scripts": {},
20-
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319",
20+
"packageManager": "pnpm@11.7.0+sha512.19cc852c120c7125760f2443ee6be0ca5b40f9f50598de1a09a1f177503e010e57c23c77646e01e761de59bf874fb22a3398c33ab9691fc13eb946b6f0f4d620",
2121
"devDependencies": {
2222
"npm-run-all2": "9.0.2",
2323
"rimraf": "catalog:",

0 commit comments

Comments
 (0)