Skip to content

Commit

Permalink
Merge pull request #198 from electron/updates
Browse files Browse the repository at this point in the history
feat: Update all dependencies (Electron 5)
  • Loading branch information
felixrieseberg committed May 17, 2019
2 parents 3b2cb93 + 48fa762 commit fdf03df
Show file tree
Hide file tree
Showing 10 changed files with 1,786 additions and 956 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,5 +1,5 @@
language: node_js
node_js: "8"
node_js: "12"
os:
- linux
- osx
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -14,7 +14,7 @@ install:
$bytes = [Convert]::FromBase64String($env:WINDOWS_CERTIFICATE_P12)
[IO.File]::WriteAllBytes($filename, $bytes)
}
- ps: Install-Product node $env:nodejs_version x64
- ps: Install-Product node $env:nodejs_version
- node --version
- npm ci

Expand Down

0 comments on commit fdf03df

Please sign in to comment.