[contracts] Install NodeJS in CI environment

This commit is contained in:
Mark Spanbroek 2022-03-17 14:33:04 +01:00 committed by markspanbroek
parent 42edbf5076
commit 4fd92b52eb
1 changed files with 5 additions and 0 deletions

View File

@ -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