Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
NTag committed Jan 20, 2019
1 parent fbdc56e commit 15b69d7
Show file tree
Hide file tree
Showing 3 changed files with 352 additions and 171 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build_linux:
docker:
- image: circleci/node:11.6-stretch
- image: circleci/node:11-stretch
environment:
ELECTRON_BUILDER_ALLOW_UNRESOLVED_DEPENDENCIES: true
steps:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ init:
- git config --global core.autocrlf input

install:
- ps: Install-Product node 11.6 x64
- ps: Install-Product node 11 x64

build_script:
- npm install -g @angular/cli@1.0.0
Expand Down
Loading

0 comments on commit 15b69d7

Please sign in to comment.