Skip to content

Commit

Permalink
ci(release): force node v14 to make semantic to work
Browse files Browse the repository at this point in the history
this is a temporary hack: cycjimmy/semantic-release-action#159
  • Loading branch information
amimart committed Mar 31, 2023
1 parent a570209 commit ccd831d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
with:
token: ${{ secrets.OKP4_TOKEN }}

- uses: actions/setup-node@v3
with:
node-version: 14

- name: Release project
uses: cycjimmy/semantic-release-action@v3
with:
Expand Down

0 comments on commit ccd831d

Please sign in to comment.