Skip to content

Commit

Permalink
setup node version in release action
Browse files Browse the repository at this point in the history
  • Loading branch information
bysomeone authored and vipwzw committed Sep 4, 2023
1 parent 2362fc7 commit 91d74ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version-file: 'go.mod'
# - uses: actions/setup-node@v3
# with:
# node-version: 14
- uses: actions/setup-node@v3
with:
node-version: 14
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
id: semantic
with:
branch: master
extra_plugins: |
conventional-changelog/conventional-changelog-jshint@4
conventional-changelog/conventional-changelog-jshint
[email protected]
@semantic-release/exec@6
@semantic-release/changelog@6
Expand Down

0 comments on commit 91d74ce

Please sign in to comment.