File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -54,10 +54,10 @@ jobs:
5454 if : steps.check_version_packages.outputs.version_packages == 'true'
5555 run : git reset --hard HEAD~1
5656
57- - uses : actions/setup-node@v4
57+ - name : Use Node.js 20
58+ uses : actions/setup-node@v4
5859 with :
59- node-version : " 18"
60- cache : " yarn"
60+ node-version : 20.x
6161
6262 - name : Install Dependencies
6363 run : yarn --frozen-lockfile
@@ -101,3 +101,4 @@ jobs:
101101 - 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 }})."
102102 env :
103103 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
104+ GH_REPO : ${{ github.repository }}
You can’t perform that action at this time.
0 commit comments