Skip to content

Commit

Permalink
ci: pin node version
Browse files Browse the repository at this point in the history
  • Loading branch information
jerivas committed Dec 30, 2021
1 parent 245cb60 commit 1d71cc1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: 3.9
- uses: actions/setup-node@v2
with:
node-version: '14' # https://github.com/cycjimmy/semantic-release-action/issues/79#issuecomment-955463633
- uses: cycjimmy/semantic-release-action@v2
with:
semantic_version: 18
Expand Down

0 comments on commit 1d71cc1

Please sign in to comment.