We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dda871 commit 66ff831Copy full SHA for 66ff831
.github/workflows/test-compatibility.yaml
@@ -12,7 +12,7 @@ jobs:
12
fail-fast: false
13
matrix:
14
# Run tests on master and latest released version of website-scraper-puppeteer module
15
- website-scraper-puppeteer-version: [add-compatibility-bridge, latest-release]
+ website-scraper-puppeteer-version: [master, latest-release]
16
17
steps:
18
-
@@ -43,7 +43,7 @@ jobs:
43
- name: Install dependencies
44
run: npm install
45
46
- - name: Install version bridge package from the branch
+ - name: Install version wrapper package from the branch
47
run: npm install website-scraper/puppeteer-version-wrapper#${{ github.head_ref }} --save
48
49
- name: Disable AppArmor
0 commit comments