Skip to content

Commit

Permalink
Merge pull request #131 from aoneill01/fix/semantic-release
Browse files Browse the repository at this point in the history
ci: use a specific version of semantic-release
  • Loading branch information
Andy O'Neill authored Jan 10, 2023
2 parents 9ddf20d + dcfa7ce commit e21624f
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 142 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ orbs:
alias:
- &defaults
docker:
- image: cimg/node:lts
- image: cimg/node:18.12.1
executor: node/default
jobs:
main-job:
Expand All @@ -14,7 +14,7 @@ jobs:
- checkout
- node/install-packages
- run: npm test
- run: npx semantic-release
- run: npx --no -- semantic-release
workflows:
version: 2
commitlint:
Expand Down
Loading

0 comments on commit e21624f

Please sign in to comment.