diff --git a/.circleci/config.yml b/.circleci/config.yml index 0047918..37bdcc9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -88,8 +88,8 @@ jobs: - run: name: Install node + yarn command: | - nvm install 14.4.0 - nvm use 14.4.0 + nvm install 14.17.0 + nvm use 14.17.0 npm install -g yarn - run: name: Build Ledger app @@ -99,13 +99,13 @@ jobs: - run: name: Build/Install build js deps command: | - nvm use 14.4.0 + nvm use 14.17.0 export PATH=~/.cargo/bin:$PATH make zemu_install - run: name: Run zemu tests command: | - nvm use 14.4.0 + nvm use 14.17.0 export PATH=~/.cargo/bin:$PATH make zemu_test @@ -130,8 +130,8 @@ jobs: - run: name: Install node + yarn command: | - nvm install 14.4.0 - nvm use 14.4.0 + nvm install 14.17.0 + nvm use 14.17.0 npm install -g yarn - run: name: Build Ledger app @@ -140,13 +140,13 @@ jobs: - run: name: Build/Install build js deps command: | - nvm use 14.4.0 + nvm use 14.17.0 export PATH=~/.cargo/bin:$PATH make zemu_install - run: name: Run zemu tests for sr25519 command: | - nvm use 14.4.0 + nvm use 14.17.0 export PATH=~/.cargo/bin:$PATH cd tests_zemu && yarn testSR25519