diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index 1a83a753c..f2be1d9b2 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -62,12 +62,16 @@ jobs: - uses: actions/checkout@v1 - name: Get latest version of stable Rust run: rustup update stable + - name: Use Node.js + uses: actions/setup-node@v2 + with: + node-version: '14' - name: Install windows build tools run: | choco install python visualstudio2019-workload-vctools -y npm config set msvs_version 2019 - name: Install ganache - run: npm install -g ganache + run: npm install -g ganache --loglevel verbose - name: Install make run: choco install -y make - uses: KyleMayes/install-llvm-action@v1