mirror of
https://github.com/status-im/nim-codex.git
synced 2025-02-02 14:03:34 +00:00
[contracts] Install NodeJS in CI environment
This commit is contained in:
parent
42edbf5076
commit
4fd92b52eb
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -160,6 +160,11 @@ jobs:
|
|||||||
path: nim-dagger/NimBinaries
|
path: nim-dagger/NimBinaries
|
||||||
key: 'nim-${{ matrix.target.os }}-${{ matrix.target.cpu }}-${{ steps.versions.outputs.nimbus_build_system }}'
|
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
|
- name: Build Nim and Dagger dependencies
|
||||||
shell: bash
|
shell: bash
|
||||||
working-directory: nim-dagger
|
working-directory: nim-dagger
|
||||||
|
Loading…
x
Reference in New Issue
Block a user