Skip to content

Commit

Permalink
fix(ci): need node js for semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
SonicGD committed Aug 13, 2021
1 parent 22fb887 commit 1debc14
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install node.js
uses: actions/setup-node@v2.4.0
with:
node-version: '15'
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v2
with:
Expand Down

0 comments on commit 1debc14

Please sign in to comment.