Use the latest version of bolt in tests
This commit is contained in:
Родитель
b614ed1332
Коммит
ee615401d1
|
@ -15,7 +15,7 @@ branches:
|
||||||
install:
|
install:
|
||||||
- ps: Install-Product node $env:nodejs_version $env:platform
|
- ps: Install-Product node $env:nodejs_version $env:platform
|
||||||
- set PATH=%APPDATA%\npm;%PATH%
|
- set PATH=%APPDATA%\npm;%PATH%
|
||||||
- npm i -g bolt@0.20.1
|
- npm i -g bolt@0.21.2
|
||||||
- if not exist "node_modules" mkdir node_modules
|
- if not exist "node_modules" mkdir node_modules
|
||||||
- ps: Remove-Item node_modules -Recurse -Force
|
- ps: Remove-Item node_modules -Recurse -Force
|
||||||
- bolt
|
- bolt
|
||||||
|
|
|
@ -5,7 +5,7 @@ set -e
|
||||||
NODE_INSTALLER="$1"
|
NODE_INSTALLER="$1"
|
||||||
|
|
||||||
npm i -g yarn
|
npm i -g yarn
|
||||||
npm i -g bolt@0.20.1
|
npm i -g bolt@0.21.2
|
||||||
|
|
||||||
cd /code
|
cd /code
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче