Skip to content

Commit 66ff831

Browse files
authored
Prepare the package for release
1 parent 5dda871 commit 66ff831

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-compatibility.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
# Run tests on master and latest released version of website-scraper-puppeteer module
15-
website-scraper-puppeteer-version: [add-compatibility-bridge, latest-release]
15+
website-scraper-puppeteer-version: [master, latest-release]
1616

1717
steps:
1818
-
@@ -43,7 +43,7 @@ jobs:
4343
- name: Install dependencies
4444
run: npm install
4545

46-
- name: Install version bridge package from the branch
46+
- name: Install version wrapper package from the branch
4747
run: npm install website-scraper/puppeteer-version-wrapper#${{ github.head_ref }} --save
4848

4949
- name: Disable AppArmor

0 commit comments

Comments
 (0)