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:
54
54
if : steps.check_version_packages.outputs.version_packages == 'true'
55
55
run : git reset --hard HEAD~1
56
56
57
- - uses : actions/setup-node@v4
57
+ - name : Use Node.js 20
58
+ uses : actions/setup-node@v4
58
59
with :
59
- node-version : " 18"
60
- cache : " yarn"
60
+ node-version : 20.x
61
61
62
62
- name : Install Dependencies
63
63
run : yarn --frozen-lockfile
@@ -101,3 +101,4 @@ jobs:
101
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
102
env :
103
103
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
104
+ GH_REPO : ${{ github.repository }}
You can’t perform that action at this time.
0 commit comments