Skip to content

Commit 391c310

Browse files
committed
⬆️ Update package version
1 parent 4195e1d commit 391c310

File tree

4 files changed

+2911
-8223
lines changed

4 files changed

+2911
-8223
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node.js
1717
uses: actions/setup-node@v1
1818
with:
19-
node-version: 12
19+
node-version: 20
2020
- name: Install jq yq
2121
run: |
2222
sudo wget https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 -O /usr/bin/jq &&\

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- name: Setup Node.js
9292
uses: actions/setup-node@v1
9393
with:
94-
node-version: 12
94+
node-version: 20
9595
- name: Install jq yq
9696
run: |
9797
sudo wget https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 -O /usr/bin/jq &&\
@@ -101,7 +101,7 @@ jobs:
101101
yq --version
102102
- name: Install gitmoji-semver
103103
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
105105
- name: Generate semantic-release configs
106106
working-directory: ./gitmoji-semver
107107
run: |

0 commit comments

Comments
 (0)