Skip to content

Commit

Permalink
- Updated puppeter
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck Cornu committed Feb 22, 2024
1 parent 619623c commit ac86873
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 10 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,7 @@ jobs:
${{ runner.os }}-pnpm-store-
- name: Install dependencies
run: |
pnpm install --ignore-scripts
pnpm i puppeteer
run: pnpm install

- name: Tests
run: pnpm run test
Expand Down
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@
"postcss-nested": "^6.0.1",
"postcss-preset-env": "7.8.3",
"prettier": "2.8.3",
"puppeteer": "20.0.0",
"puppeteer-core": "20.0.0",
"puppeteer": "18.2.1",
"puppeteer-core": "18.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"remark-gfm": "3.0.1",
Expand Down
65 changes: 60 additions & 5 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 ac86873

Please sign in to comment.