Skip to content

Commit

Permalink
chore: update pnpm (#401)
Browse files Browse the repository at this point in the history
* Update pnpm

* update tests
  • Loading branch information
emilkowalski authored Sep 4, 2024
1 parent 5c502af commit 94b5816
Show file tree
Hide file tree
Showing 3 changed files with 805 additions and 703 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm install -g pnpm@6.32.11
- run: npm install -g pnpm@8.8.0
- run: pnpm install
- run: pnpm build
- run: npx playwright install --with-deps
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"react": "^16.8 || ^17.0 || ^18.0",
"react-dom": "^16.8 || ^17.0 || ^18.0"
},
"packageManager": "pnpm@6.32.11",
"packageManager": "pnpm@8.8.0",
"dependencies": {
"@radix-ui/react-dialog": "^1.0.4"
}
Expand Down
Loading

0 comments on commit 94b5816

Please sign in to comment.