This repository was archived by the owner on Jun 19, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8888 - run :
8989 name : Install node + yarn
9090 command : |
91- nvm install 14.4 .0
92- nvm use 14.4 .0
91+ nvm install 14.17 .0
92+ nvm use 14.17 .0
9393 npm install -g yarn
9494 - run :
9595 name : Build Ledger app
@@ -99,13 +99,13 @@ jobs:
9999 - run :
100100 name : Build/Install build js deps
101101 command : |
102- nvm use 14.4 .0
102+ nvm use 14.17 .0
103103 export PATH=~/.cargo/bin:$PATH
104104 make zemu_install
105105 - run :
106106 name : Run zemu tests
107107 command : |
108- nvm use 14.4 .0
108+ nvm use 14.17 .0
109109 export PATH=~/.cargo/bin:$PATH
110110 make zemu_test
111111
@@ -130,8 +130,8 @@ jobs:
130130 - run :
131131 name : Install node + yarn
132132 command : |
133- nvm install 14.4 .0
134- nvm use 14.4 .0
133+ nvm install 14.17 .0
134+ nvm use 14.17 .0
135135 npm install -g yarn
136136 - run :
137137 name : Build Ledger app
@@ -140,13 +140,13 @@ jobs:
140140 - run :
141141 name : Build/Install build js deps
142142 command : |
143- nvm use 14.4 .0
143+ nvm use 14.17 .0
144144 export PATH=~/.cargo/bin:$PATH
145145 make zemu_install
146146 - run :
147147 name : Run zemu tests for sr25519
148148 command : |
149- nvm use 14.4 .0
149+ nvm use 14.17 .0
150150 export PATH=~/.cargo/bin:$PATH
151151 cd tests_zemu && yarn testSR25519
152152
You can’t perform that action at this time.
0 commit comments