Skip to content

Commit

Permalink
Use pinned deps in appveyor builds
Browse files Browse the repository at this point in the history
  • Loading branch information
pimterry committed Aug 13, 2020
1 parent a659fa7 commit 7939ae1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ install:
- cmd: appveyor-tools\secure-file -decrypt certificates/encrypted-win-cert.pfx.enc -secret %CERTIFICATE_FILE_KEY%
- ps: Install-Product node $env:nodejs_version $env:platform
- set PATH=%APPDATA%\npm;%PATH%
- npm install
- npm update
- npm ci

build_script:
- node --version
Expand Down

0 comments on commit 7939ae1

Please sign in to comment.