Skip to content

Commit

Permalink
build: upgrade bundler (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi authored Sep 4, 2024
1 parent d561b94 commit 5c502af
Show file tree
Hide file tree
Showing 3 changed files with 182 additions and 143 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@5.3
- run: npm install -g pnpm@6.32.11
- 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 @@ -49,7 +49,7 @@
"@types/node": "20.5.7",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.18",
"bunchee": "^4.4.6",
"bunchee": "^5.1.5",
"eslint": "^7.32.0",
"prettier": "^2.5.1",
"react": "^18.2.0",
Expand Down
Loading

0 comments on commit 5c502af

Please sign in to comment.