Skip to content

Commit

Permalink
fix: downgrade to node 14 for semantic version, see linked issue (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
fenos authored May 15, 2023
1 parent fbe8527 commit 3c7cc40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v1
with:
node-version: 18
node-version: 14 # https://github.com/cycjimmy/semantic-release-action/issues/159

- name: Install dependencies
run: |
Expand Down

0 comments on commit 3c7cc40

Please sign in to comment.