Skip to content

Commit 219be22

Browse files
committed
puppeteer
1 parent dd04d31 commit 219be22

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ jobs:
5555
- name: List Installed Dependencies
5656
run: composer show -D
5757

58+
- name: Install Puppeteer
59+
run: npm install puppeteer
60+
5861
- name: Execute tests
5962
run: |
6063
npm install

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"dependencies": {
33
"pixelmatch": "^5.3.0",
4-
"pngjs": "^7.0.0",
5-
"puppeteer": "^5.5.0"
4+
"pngjs": "^7.0.0"
65
}
76
}

0 commit comments

Comments
 (0)