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
|
# Things to install after repo clone
|
||||||
install:
|
install:
|
||||||
- ps: Install-Product node $env:NODEJS_VERSION $env:Platform
|
- 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 config set msvs_version 2013
|
||||||
- npm install > NUL
|
- npm install > NUL
|
||||||
- node --version
|
- node --version
|
||||||
|
@ -32,7 +32,10 @@ cache:
|
|||||||
- $HOME/.cache
|
- $HOME/.cache
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
- npm install -g npm@5 > Nul
|
||||||
- npm install > /dev/null
|
- npm install > /dev/null
|
||||||
|
- node --version
|
||||||
|
- npm --version
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- npm test
|
- 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",
|
"name": "Insomnia",
|
||||||
"role": "Viewer",
|
"role": "Viewer",
|
||||||
"schemes": ["insomnia"]
|
"schemes": [
|
||||||
|
"insomnia"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"fileAssociations": [],
|
"fileAssociations": [],
|
||||||
|
Loading…
Reference in New Issue
Block a user