mirror of
https://github.com/developit/microbundle.git
synced 2026-01-18 13:56:35 +00:00
17 lines
211 B
YAML
17 lines
211 B
YAML
environment:
|
|
nodejs_version: "8"
|
|
|
|
install:
|
|
- ps: Install-Product node $env:nodejs_version
|
|
- npm install
|
|
|
|
test_script:
|
|
- node --version
|
|
- npm --version
|
|
- npm test
|
|
|
|
build: off
|
|
|
|
cache:
|
|
- node_modules
|