Set python and node version.

This commit is contained in:
Viktor Kovacs 2021-03-27 08:44:46 +01:00
parent 59c66aa05e
commit 0eca9a2184

View File

@ -1,15 +1,17 @@
version: "{build}"
environment:
PYTHON: "3.6"
nodejs_version: "6"
PYTHON: "C:\\Python38-x64"
nodejs_version: "12"
install:
- npm install
test_script:
- npm run test
build_script:
- npm run build
test_script:
- npm run test
artifacts:
- path: build\package\*