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

Commit 4cd2cfc

Browse files
authored
fix: CI install node12 for windows (#576)
* fix: CI install node12 for windows * Add tag * Use n to update node * Everything works, move to win-build
1 parent a89ba72 commit 4cd2cfc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ win-build:
7676
image: electronuserland/builder:wine
7777
<<: *branches
7878
script:
79+
# Remove the two next lines once the Docker image gets updated to node 12
80+
# https://github.com/electron-userland/electron-builder/issues/4377
81+
- npm install -g n
82+
- n stable
7983
- yarn install
8084
- yarn build
8185
# `win-build` is a linux machine, so it downloaded a linux parity-ethereum.

0 commit comments

Comments
 (0)