Skip to content

Commit

Permalink
ci: Force node v14 to make semantic to work
Browse files Browse the repository at this point in the history
  • Loading branch information
andkim-meta committed Apr 1, 2023
1 parent 449acd0 commit 55a5e3c
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 @@ -15,6 +15,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 14
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v2
with:
Expand Down

0 comments on commit 55a5e3c

Please sign in to comment.