Skip to content

Commit

Permalink
fix: release job requires node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
paulpach committed Jan 11, 2020
1 parent 2a3db0b commit 3f50e63
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
@@ -1,5 +1,8 @@
version: '{branch}-{build}'

environment:
nodejs_version: "10"

#init:
# - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))

Expand All @@ -10,6 +13,7 @@ install:
- choco install unitypackager
- choco install docfx
- choco install lftp
- ps: Install-Product node $env:nodejs_version
- npm install -g semantic-release @semantic-release/exec

#build:
Expand Down

0 comments on commit 3f50e63

Please sign in to comment.