Skip to content

Commit cb2b911

Browse files
committed
ci: Fixed install script not running
1 parent f3cff31 commit cb2b911

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

appveyor.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ version: '{branch}-{build}'
33
environment:
44
nodejs_version: "12"
55

6-
install:
7-
- ps: Install-Product node $env:nodejs_version
8-
96
configuration:
107
- Debug
118
- Debug_Lite
@@ -74,6 +71,7 @@ for:
7471
cache:
7572
- '%APPDATA%\npm'
7673
install:
74+
- ps: Install-Product node $env:nodejs_version
7775
- npm install -g semantic-release
7876
deploy_script:
7977
- semantic-release

0 commit comments

Comments
 (0)