Skip to content

Commit

Permalink
Roll semantic-release down to the most recent version that works with…
Browse files Browse the repository at this point in the history
… Node.js 16, otherwise we trigger a cascade of dependency updates.
  • Loading branch information
yagni committed Feb 17, 2023
1 parent d0cd049 commit d3ef78d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/repo/.npmrc
- run:
name: Publish package
command: npx semantic-release
command: npx [email protected]


workflows:
version: 2
Expand Down

0 comments on commit d3ef78d

Please sign in to comment.