mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-22 07:10:06 -06:00
18 lines
237 B
YAML
18 lines
237 B
YAML
environment:
|
|
nodejs_version: "8"
|
|
|
|
install:
|
|
- ps: Install-Product node $env:nodejs_version
|
|
- yarn
|
|
|
|
test_script:
|
|
- git --version
|
|
- node --version
|
|
- yarn --version
|
|
- yarn test
|
|
|
|
cache:
|
|
- node_modules -> yarn.lock
|
|
|
|
build: off
|