diff --git a/bitrise.yml b/bitrise.yml index eb1a69d7959..bfaad866f5b 100644 --- a/bitrise.yml +++ b/bitrise.yml @@ -252,6 +252,10 @@ workflows: title: Yarn Setup prep_environment: steps: + - restore-cache@2: + title: Restore Node + inputs: + - key: node-{{ getenv "NODE_VERSION" }}-{{ .OS }}-{{ .Arch }} - script@1: title: node, yarn, corepack installation inputs: @@ -302,6 +306,13 @@ workflows: npm i -g "corepack@$COREPACK_VERSION" echo "Corepack enabling $YARN_VERSION" corepack enable + - save-cache@1: + title: Save Node + inputs: + - key: node-{{ getenv "NODE_VERSION" }}-{{ .OS }}-{{ .Arch }} + - paths: |- + ../.nvm/ + ../../../root/.nvm/ install_applesimutils: steps: - script@1: