Skip to content

Commit a3b6389

Browse files
authored
Merge pull request #433 from watson-developer-cloud/fix-appveyor
build(appveyor.yml): nodejs is now set to 12.13.0
2 parents 555a6c9 + 3084565 commit a3b6389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ environment:
2020
IBM_CREDENTIALS_FILE: C:\projects\sdk-credentials\ibm-credentials.env
2121
install:
2222
# Get the latest stable version of Node.js or io.js
23-
- ps: Install-Product node $env:nodejs_version
23+
- ps: Install-Product node 12.13.0
2424

2525
- cmd: >-
2626
pip install git+git://github.com/smsearcy/bumpversion.git@issue-135

0 commit comments

Comments
 (0)