First commit
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
version: "{build}"
|
||||
|
||||
environment:
|
||||
global:
|
||||
nodejs_version: "LTS"
|
||||
|
||||
install:
|
||||
- ps: Install-Product node $env:nodejs_version
|
||||
- node --version
|
||||
- npm --version
|
||||
|
||||
build: off
|
||||
|
||||
test_script:
|
||||
- npm test
|
||||
Reference in New Issue
Block a user