mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
TS 3.1
This commit is contained in:
parent
5ad8ccf33d
commit
3e8a2b8618
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ configuration: Release
|
||||||
os: Visual Studio 2019
|
os: Visual Studio 2019
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
nodejs_version: "11.5.0"
|
nodejs_version: "12.13.1"
|
||||||
typescript_version: "3.0.1"
|
typescript_version: "3.0.1"
|
||||||
github_auth_token:
|
github_auth_token:
|
||||||
secure: H/7uCrjmWHGJxgN3l9fbhhdVjvvWI8VVF4ZzQqeXuJwAf+PgSNBdxv4SS+rMQ+RH
|
secure: H/7uCrjmWHGJxgN3l9fbhhdVjvvWI8VVF4ZzQqeXuJwAf+PgSNBdxv4SS+rMQ+RH
|
||||||
|
@ -17,7 +17,7 @@ install:
|
||||||
# Get the latest stable version of Node.js or io.js
|
# Get the latest stable version of Node.js or io.js
|
||||||
- ps: Install-Product node $env:nodejs_version
|
- ps: Install-Product node $env:nodejs_version
|
||||||
|
|
||||||
- cmd: set path=%programfiles(x86)%\\Microsoft SDKs\TypeScript\3.6;%path%
|
- cmd: set path=%programfiles(x86)%\\Microsoft SDKs\TypeScript\3.1;%path%
|
||||||
- cmd: tsc -v
|
- cmd: tsc -v
|
||||||
build_script:
|
build_script:
|
||||||
- ps: |
|
- ps: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue