Skip to content
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:ianwalter/puppeteer
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Walter committed Jul 9, 2020
2 parents 2e43e97 + d678317 commit 8f75635
Show file tree
Hide file tree
Showing 4 changed files with 848 additions and 457 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12.16
FROM node:12.18

LABEL "com.github.actions.name"="Puppeteer Container"
LABEL "com.github.actions.description"="A GitHub Action / Docker image for Puppeteer, the Headless Chrome Node API"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Forked from [buildkite/puppeteer][buildkiteUrl] and based on
Puppeteer will need to be launched with:

```js
browser.launch({ executablePath: 'google-chrome-stable' })
browser.launch({ executablePath: 'google-chrome-stable', args: ["--no-sandbox"]})
```

This is done by default in [@ianwalter/bff-puppeteer][bffPuppeteerUrl].
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"version": "echo $npm_package_version"
},
"devDependencies": {
"@ianwalter/bff": "^9.8.2",
"@ianwalter/bff-puppeteer": "^2.0.0",
"@ianwalter/eslint-config": "^4.1.0",
"@ianwalter/release": "^5.0.0",
"@ianwalter/bff": "^9.9.1",
"@ianwalter/bff-puppeteer": "^3.0.1",
"@ianwalter/eslint-config": "^5.3.0",
"@ianwalter/release": "^5.0.2",
"@ianwalter/renovate-config": "^1.3.0"
},
"bff": {
Expand Down
Loading

0 comments on commit 8f75635

Please sign in to comment.