mirror of
https://github.com/zhigang1992/postcss-partial-process.git
synced 2026-01-12 09:14:20 +08:00
10 lines
115 B
YAML
10 lines
115 B
YAML
language: node_js
|
|
cache: yarn
|
|
node_js:
|
|
- node
|
|
- "8"
|
|
- "6"
|
|
- "4"
|
|
install:
|
|
- YARN_IGNORE_ENGINES=true yarn
|