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