Skip to content

Commit

Permalink
Update upgrade-puppeteer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
macbre authored Sep 18, 2023
1 parent a525e32 commit 5d5a403
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upgrade-puppeteer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: latest

- name: Install dependencies and try to bump puppeteer
run: |
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
--label 'external dependency' \
--base ${{ env.GIT_BRANCH }} \
--title "bump puppeteer to v${VERSION}" \
--body "[Release notes](https://github.com/puppeteer/puppeteer/releases/tag/v${VERSION})"
--body "[Release notes](https://github.com/puppeteer/puppeteer/releases/tag/puppeteer-v${VERSION})"
# e.g. https://github.com/macbre/analyze-css/pull/443
export PR_URL=$(gh pr view ${PR_BRANCH} --json url | jq -r .url)
Expand Down

0 comments on commit 5d5a403

Please sign in to comment.