Skip to content

Commit

Permalink
- Updated CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck Cornu committed Feb 22, 2024
1 parent 2dca3ae commit 496606a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 62 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ jobs:
${{ runner.os }}-pnpm-store-
- name: Install dependencies
run: pnpm install
run: |
pnpm install --ignore-scripts
pnpm add puppeteer
- 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": "18.2.1",
"puppeteer-core": "18.2.1",
"puppeteer": "20.0.0",
"puppeteer-core": "20.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"remark-gfm": "3.0.1",
Expand Down
63 changes: 4 additions & 59 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 496606a

Please sign in to comment.