Skip to content

Commit

Permalink
build: Fixed CI node version building
Browse files Browse the repository at this point in the history
  • Loading branch information
TwoTenPvP committed Nov 10, 2020
1 parent 97a2ddc commit 50a9451
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ cache:
- '%APPDATA%\npm'

install:
- ps: Install-Product node $env:nodejs_version
- npm install
- npm install -g semantic-release@17
- npm install -g @semantic-release/github -D
- npm install -g @semantic-release/exec -D
Expand Down

0 comments on commit 50a9451

Please sign in to comment.