8 lines
182 B
YAML
8 lines
182 B
YAML
|
language: node_js
|
||
|
node_js:
|
||
|
- "node"
|
||
|
before_install:
|
||
|
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 0.27.5
|
||
|
- export PATH="$HOME/.yarn/bin:$PATH"
|
||
|
cache: yarn
|