File tree Expand file tree Collapse file tree 4 files changed +2911
-8223
lines changed
semantic-release-template Expand file tree Collapse file tree 4 files changed +2911
-8223
lines changed Original file line number Diff line number Diff line change 16
16
- name : Setup Node.js
17
17
uses : actions/setup-node@v1
18
18
with :
19
- node-version : 12
19
+ node-version : 20
20
20
- name : Install jq yq
21
21
run : |
22
22
sudo wget https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 -O /usr/bin/jq &&\
Original file line number Diff line number Diff line change 91
91
- name: Setup Node.js
92
92
uses: actions/setup-node@v1
93
93
with:
94
- node-version: 12
94
+ node-version: 20
95
95
- name: Install jq yq
96
96
run: |
97
97
sudo wget https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 -O /usr/bin/jq &&\
@@ -101,7 +101,7 @@ jobs:
101
101
yq --version
102
102
- name: Install gitmoji-semver
103
103
run: |
104
- git clone https://github.com/nkmr-jp/gitmoji-semver -b v2.0.4
104
+ git clone https://github.com/nkmr-jp/gitmoji-semver -b v2.0.5
105
105
- name: Generate semantic-release configs
106
106
working-directory: ./gitmoji-semver
107
107
run: |
You can’t perform that action at this time.
0 commit comments