mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
fix: release job requires node 10
This commit is contained in:
parent
2a3db0b398
commit
3f50e63bc3
@ -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'))
|
||||
|
||||
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user