mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
npm@5 in CI and package-lock.json
This commit is contained in:
parent
e95dafcf75
commit
70a9da1812
@ -15,7 +15,7 @@ environment:
|
||||
# Things to install after repo clone
|
||||
install:
|
||||
- ps: Install-Product node $env:NODEJS_VERSION $env:Platform
|
||||
- npm install -g npm@latest > Nul
|
||||
- npm install -g npm@5 > Nul
|
||||
- npm config set msvs_version 2013
|
||||
- npm install > NUL
|
||||
- node --version
|
||||
|
@ -32,7 +32,10 @@ cache:
|
||||
- $HOME/.cache
|
||||
|
||||
install:
|
||||
- npm install -g npm@5 > Nul
|
||||
- npm install > /dev/null
|
||||
- node --version
|
||||
- npm --version
|
||||
|
||||
script:
|
||||
- npm test
|
||||
|
8111
package-lock.json
generated
Normal file
8111
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -71,7 +71,9 @@
|
||||
{
|
||||
"name": "Insomnia",
|
||||
"role": "Viewer",
|
||||
"schemes": ["insomnia"]
|
||||
"schemes": [
|
||||
"insomnia"
|
||||
]
|
||||
}
|
||||
],
|
||||
"fileAssociations": [],
|
||||
|
Loading…
Reference in New Issue
Block a user