mirror of
https://github.com/sveltejs/svelte.git
synced 2024-11-30 00:46:29 +01:00
18 lines
245 B
YAML
18 lines
245 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
|