Fix Speculos tests

This commit is contained in:
Alexandre Paillier
2023-02-20 16:49:02 +01:00
parent 32bff3e0d0
commit 1cf39711b8
2 changed files with 3 additions and 5 deletions

View File

@@ -72,10 +72,10 @@ jobs:
- run: sudo apt-get update -y && sudo apt-get install -y libusb-1.0.0 libudev-dev
- name: Install node
- name: Install NodeJS
uses: actions/setup-node@v3
with:
node-version: "14.4.0"
node-version: "16"
- name: Install yarn
run: npm install -g yarn