We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ac73fb + 7587163 commit f3de55dCopy full SHA for f3de55d
.travis.yml
@@ -5,7 +5,7 @@ node_js:
5
- "8"
6
7
before_install:
8
- - npm install -g npm@5
+ - npm install -g npm@6
9
- npm install -g serverless
10
- npm install -g greenkeeper-lockfile@1
11
appveyor.yml
@@ -9,7 +9,7 @@ install:
- npm install --global npm@latest
- set PATH=%APPDATA%\npm;%PATH%
12
- - npm install
+ - npm ci
13
- node --version
14
- npm --version
15
@@ -25,4 +25,4 @@ artifacts:
25
- path: .serverless
26
name: Serverless Package
27
28
-test: off
+test: off
0 commit comments