Skip to content

Commit 1e9bd50

Browse files
committed
💚 Fix Release workflow
1 parent 2bcabff commit 1e9bd50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
release:
1111
name: Release
12-
runs-on: ubuntu-18.04
12+
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v2
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Node.js
1919
uses: actions/setup-node@v1
2020
with:
21-
node-version: 17
21+
node-version: 20
2222
- name: Install jq yq
2323
run: |
2424
sudo wget https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 -O /usr/bin/jq &&\
@@ -28,7 +28,7 @@ jobs:
2828
yq --version
2929
- name: Install gitmoji-semver
3030
run: |
31-
git clone https://github.com/nkmr-jp/gitmoji-semver -b v2.0.1
31+
git clone https://github.com/nkmr-jp/gitmoji-semver -b v2.0.5
3232
- name: Generate semantic-release configs
3333
working-directory: ./gitmoji-semver
3434
run: |

0 commit comments

Comments
 (0)