Skip to content

Commit

Permalink
Revert version of puppeteer
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
  • Loading branch information
aaronchongth committed Dec 29, 2023
1 parent fdb250c commit da4e078
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 69 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/react-components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@ jobs:
- name: lint
run: pnpm run lint
- name: test
run: |
pnpm run --filter {.}^... build
pnpm run build
pnpm run test:coverage
run: pnpm run test:coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion packages/react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"karma-source-map-support": "^1.4.0",
"karma-webpack": "^5.0.0",
"process": "0.11.10",
"puppeteer": "^21.5.2",
"puppeteer": "15.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "^6.20.1",
Expand Down
119 changes: 55 additions & 64 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit da4e078

Please sign in to comment.