Skip to content

Commit

Permalink
Merge branch 'puppeteer:main' into feat.cdp_connect_with_headers
Browse files Browse the repository at this point in the history
  • Loading branch information
DudaGod committed Nov 24, 2022
2 parents e240976 + da92055 commit faabad0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Expand Up @@ -27,12 +27,14 @@ jobs:
run: |
npm config set '//wombat-dressing-room.appspot.com/:_authToken' $NODE_AUTH_TOKEN
npm publish --workspace packages/${GITHUB_REF_NAME%-v*}
- name: Deprecate old versions
- name: Deprecate old Puppeteer versions
if: ${{ startsWith(github.ref_name, 'puppeteer-v') }}
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN_PUPPETEER}}
run: |
npm config set '//wombat-dressing-room.appspot.com/:_authToken' $NODE_AUTH_TOKEN
version_range=$(node tools/get_deprecated_version_range.js)
npm deprecate puppeteer@"$version_range" "$version_range is no longer supported"
npm deprecate puppeteer-core@"$version_range" "$version_range is no longer supported"
docker-publish:
name: Publish Docker image
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion test/TestExpectations.json
Expand Up @@ -2120,7 +2120,7 @@
{
"testIdPattern": "[waittask.spec] waittask specs Frame.waitForSelector should survive cross-process navigation",
"platforms": ["darwin", "linux", "win32"],
"parameters": ["firefox", "headful"],
"parameters": ["firefox"],
"expectations": ["PASS", "FAIL"]
}
]

0 comments on commit faabad0

Please sign in to comment.