From 4fd92b52ebfe976a0406e558604a8570d6d79a0a Mon Sep 17 00:00:00 2001 From: Mark Spanbroek Date: Thu, 17 Mar 2022 14:33:04 +0100 Subject: [PATCH] [contracts] Install NodeJS in CI environment --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 26dce3b3..655eb9df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -160,6 +160,11 @@ jobs: path: nim-dagger/NimBinaries key: 'nim-${{ matrix.target.os }}-${{ matrix.target.cpu }}-${{ steps.versions.outputs.nimbus_build_system }}' + - name: Install NodeJS + uses: actions/setup-node@v2 + with: + node-version: '14' + - name: Build Nim and Dagger dependencies shell: bash working-directory: nim-dagger