Skip to content

Commit

Permalink
Use the latest version of bolt in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Sep 8, 2018
1 parent b614ed1 commit ee61540
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Expand Up @@ -15,7 +15,7 @@ branches:
install:
- ps: Install-Product node $env:nodejs_version $env:platform
- 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
- ps: Remove-Item node_modules -Recurse -Force
- bolt
Expand Down
2 changes: 1 addition & 1 deletion ci/docker.sh
Expand Up @@ -5,7 +5,7 @@ set -e
NODE_INSTALLER="$1"

npm i -g yarn
npm i -g bolt@0.20.1
npm i -g bolt@0.21.2

cd /code

Expand Down

0 comments on commit ee61540

Please sign in to comment.