mirror of
https://github.com/enso-org/enso.git
synced 2025-01-01 21:58:20 +03:00
Fixing node version (https://github.com/enso-org/ide/pull/251)
Original commit: af54d2876c
This commit is contained in:
parent
c57c57d7f1
commit
619eb4fabd
7
gui/.github/workflows/build.yml
vendored
7
gui/.github/workflows/build.yml
vendored
@ -81,6 +81,13 @@ jobs:
|
||||
with:
|
||||
command: install
|
||||
args: wasm-pack --version 0.8.1
|
||||
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: '12.16.1'
|
||||
|
||||
- name: check npm
|
||||
run: npm --version
|
||||
|
||||
- name: Compile to WASM
|
||||
run: ./run build
|
||||
|
Loading…
Reference in New Issue
Block a user