Skip to content

Commit

Permalink
Revert "build(deps): bump puppeteer from 11.0.0 to 12.0.1 (#1035)" (#…
Browse files Browse the repository at this point in the history
…1042)

This reverts commit cfe191c.
  • Loading branch information
macbre authored Dec 7, 2021
1 parent cfe191c commit 46e5efb
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [14.x, 16.x, 17.x]
node-version: [14.x, 15.x, 16.x, 17.x]

steps:
- uses: actions/checkout@v2
Expand Down
30 changes: 15 additions & 15 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"decamelize": "^5.0.0",
"fast-stats": "0.0.6",
"js-yaml": "^4.0.0",
"puppeteer": "^12.0.1"
"puppeteer": "^11.0.0"
},
"devDependencies": {
"@jest/globals": "^27.4.0",
Expand Down

0 comments on commit 46e5efb

Please sign in to comment.