Skip to content

Commit c8caf35

Browse files
authored
chore: update pnpm version (#658)
1 parent 2a13b93 commit c8caf35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/setup-node@v3
1414
with:
1515
node-version: 20
16-
- run: npm install pnpm@8.12.1 -g
16+
- run: npm install pnpm@9.15.9 -g
1717
- run: pnpm install --no-frozen-lockfile
1818
- run: pnpm build
1919
- run: npx playwright install --with-deps

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@
6262
"react": "^18.0.0 || ^19.0.0 || ^19.0.0-rc",
6363
"react-dom": "^18.0.0 || ^19.0.0 || ^19.0.0-rc"
6464
},
65-
"packageManager": "pnpm@8.12.1"
65+
"packageManager": "pnpm@9.15.9"
6666
}

0 commit comments

Comments
 (0)