From 41e1ade8746d000404908a9fb32258d68c1a83cb Mon Sep 17 00:00:00 2001 From: Dylan Anthony Date: Mon, 26 Jun 2023 12:09:44 -0600 Subject: [PATCH] ci: Install volta from lock file --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 149355ed..73a05d29 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -281,7 +281,7 @@ commands: VOLTA_VERSION=$(curl --silent "https://volta.sh/latest-version") git clone https://github.com/volta-cli/volta --branch "v${VOLTA_VERSION}" cd volta - cargo install --path . + cargo install --path . --locked - when: condition: