File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 17
17
- name : Setup Node
18
18
uses : actions/setup-node@v2
19
19
with :
20
- node-version : 14
20
+ node-version : 16
21
21
- name : Cache Node.js modules
22
22
uses : actions/cache@v2
23
23
with :
39
39
uses : actions/checkout@v2
40
40
- name : Compose branch name for PR
41
41
id : branch
42
- run : echo "::set-output name=name::ci-bump-environment-${{ github.run_id }}${{ github.run_number }} "
42
+ run : echo "::set-output name=name::ci-bump-environment"
43
43
- name : Create branch
44
44
run : |
45
45
git config --global user.email ${{ github.actor }}@users.noreply.github.com
55
55
pr_source : ${{ steps.branch.outputs.name }}
56
56
pr_labels : type:ci
57
57
pr_body : |
58
- # Outdated CI environment
58
+ ## Outdated CI environment
59
+
59
60
This pull request was created, because the CI environment uses frameworks that are not up-to-date.
60
- ### ⚠️ You must use `Squash and merge` to merge this pull request.
61
+ You can see which frameworks need to be upgraded in the [logs](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}).
62
+
63
+ *⚠️ Use `Squash and merge` to merge this pull request.*
You can’t perform that action at this time.
0 commit comments