diff --git a/.circleci/config.yml b/.circleci/config.yml index 41ddf2d7b0..368984a985 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -22,7 +22,7 @@ commands: node-version: << parameters.node-version >> - node/install: install-npm: true - node-version: lts/fermium + node-version: << parameters.node-version >> - run: npm install restore_cache_cmd: description: "Custom command for restoring cache with the ability to bust cache. When BUST_CACHE is set to true, jobs will not restore cache"