mirror of
https://github.com/kevin-DL/sapper-template.git
synced 2026-01-12 02:15:17 +00:00
17 lines
244 B
YAML
17 lines
244 B
YAML
version: "{build}"
|
|
|
|
shallow_clone: true
|
|
|
|
init:
|
|
- git config --global core.autocrlf false
|
|
|
|
build: off
|
|
|
|
environment:
|
|
matrix:
|
|
# node.js
|
|
- nodejs_version: stable
|
|
|
|
install:
|
|
- ps: Install-Product node $env:nodejs_version
|
|
- npm install |