We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a13b93 commit c8caf35Copy full SHA for c8caf35
.github/workflows/playwright.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/setup-node@v3
14
with:
15
node-version: 20
16
- - run: npm install pnpm@8.12.1 -g
+ - run: npm install pnpm@9.15.9 -g
17
- run: pnpm install --no-frozen-lockfile
18
- run: pnpm build
19
- run: npx playwright install --with-deps
package.json
@@ -62,5 +62,5 @@
62
"react": "^18.0.0 || ^19.0.0 || ^19.0.0-rc",
63
"react-dom": "^18.0.0 || ^19.0.0 || ^19.0.0-rc"
64
},
65
- "packageManager": "pnpm@8.12.1"
+ "packageManager": "pnpm@9.15.9"
66
}
0 commit comments