From d3ef78d83efbbb665210aca0881da9cf1bfd0813 Mon Sep 17 00:00:00 2001 From: yagni Date: Fri, 17 Feb 2023 14:23:16 -0600 Subject: [PATCH] Roll semantic-release down to the most recent version that works with Node.js 16, otherwise we trigger a cascade of dependency updates. --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d0ccf19..4eb06b5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 semantic-release@19.0.5 + workflows: version: 2