Skip to content

Commit

Permalink
ci(release): force node version to 14
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 Aug 10, 2023
1 parent 868b17a commit fce1422
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
with:
token: ${{ secrets.OKP4_TOKEN }}

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

- name: Setup Go environment
uses: actions/setup-go@v4.0.1
with:
Expand Down

0 comments on commit fce1422

Please sign in to comment.