Skip to content

Commit 1cc807d

Browse files
Use NPM 6 for CI (#301)
1 parent 628724a commit 1cc807d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ environment:
66

77
install:
88
- ps: Install-Product node 8
9-
- npm i -g npm@5
9+
- npm i -g npm@6
1010
- if defined RELEASE_KEY_SECRET (nuget install secure-file -ExcludeVersion -Verbosity quiet && secure-file\tools\secure-file -decrypt net\DevExtreme.AspNet.Data\release.snk.enc -secret %RELEASE_KEY_SECRET%)
1111
- nuget install -Verbosity quiet -ExcludeVersion -OutputDirectory . OpenCover
1212
- pip install -q codecov

0 commit comments

Comments
 (0)