diff --git a/.circleci/config.yml b/.circleci/config.yml index 34d9deee..e45afc59 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -216,6 +216,9 @@ jobs: - run: mkdir -p ./dist - attach_workspace: at: ./dist + - run: + name: Update node to v16 + command: brew upgrade node || true - run: name: Installing npm dependencies command: npm ci @@ -446,7 +449,7 @@ workflows: branches: only: - /^release-\d+(\.\d+){1,2}(-rc.*)?/ - - pull/1651 + - pull/1681 - store_artifacts: # for master/PR builds