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.
release-pr
1 parent f6369c1 commit 10ea96dCopy full SHA for 10ea96d
1 file changed
.github/workflows/release-pr.yml
@@ -54,10 +54,10 @@ jobs:
54
if: steps.check_version_packages.outputs.version_packages == 'true'
55
run: git reset --hard HEAD~1
56
57
- - uses: actions/setup-node@v4
+ - name: Use Node.js 20
58
+ uses: actions/setup-node@v4
59
with:
- node-version: "18"
60
- cache: "yarn"
+ node-version: 20.x
61
62
- name: Install Dependencies
63
run: yarn --frozen-lockfile
@@ -101,3 +101,4 @@ jobs:
101
- run: gh pr comment ${{ github.event.issue.number }} --body "The release triggered by [this comment](${{ github.event.comment.url }}) has [failed](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})."
102
env:
103
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
104
+ GH_REPO: ${{ github.repository }}
0 commit comments