Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Commit

Permalink
fix: CI install node12 for windows (#576)
Browse files Browse the repository at this point in the history
* fix: CI install node12 for windows

* Add tag

* Use n to update node

* Everything works, move to win-build
  • Loading branch information
amaury1093 authored Nov 10, 2019
1 parent a89ba72 commit 4cd2cfc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ win-build:
image: electronuserland/builder:wine
<<: *branches
script:
# Remove the two next lines once the Docker image gets updated to node 12
# https://github.com/electron-userland/electron-builder/issues/4377
- npm install -g n
- n stable
- yarn install
- yarn build
# `win-build` is a linux machine, so it downloaded a linux parity-ethereum.
Expand Down

0 comments on commit 4cd2cfc

Please sign in to comment.