From 719255c495eba02687aa73c5439020bf08ab296a Mon Sep 17 00:00:00 2001 From: Juan Leni Date: Sun, 20 Jun 2021 23:46:28 +0200 Subject: [PATCH] upgrade CI config --- .circleci/config.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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