We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3cff31 commit cb2b911Copy full SHA for cb2b911
1 file changed
appveyor.yml
@@ -3,9 +3,6 @@ version: '{branch}-{build}'
3
environment:
4
nodejs_version: "12"
5
6
-install:
7
- - ps: Install-Product node $env:nodejs_version
8
-
9
configuration:
10
- Debug
11
- Debug_Lite
@@ -74,6 +71,7 @@ for:
74
71
cache:
75
72
- '%APPDATA%\npm'
76
73
install:
+ - ps: Install-Product node $env:nodejs_version
77
- npm install -g semantic-release
78
deploy_script:
79
- semantic-release
0 commit comments