Skip to content

Commit 8a32408

Browse files
committed
pin version of mujo-code/puppeteer-headful
1 parent ab7e15e commit 8a32408

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run-tests:
4343
runs-on: ubuntu-latest
4444
name: Run tests
45-
needs: [ build ]
45+
needs: [build]
4646

4747
steps:
4848
- uses: actions/checkout@v2
@@ -53,9 +53,9 @@ jobs:
5353
- name: Install dependencies
5454
run: npm ci
5555
env:
56-
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: 'true'
56+
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: "true"
5757

5858
- name: Test code
59-
uses: mujo-code/puppeteer-headful@master
59+
uses: mujo-code/puppeteer-headful@18.9.0
6060
with:
6161
args: npm test

0 commit comments

Comments
 (0)