7 lines
169 B
YAML
7 lines
169 B
YAML
language: node_js
|
|
node_js:
|
|
- "9"
|
|
before_install:
|
|
- npm i -g npm@latest
|
|
- curl -o- -L https://yarnpkg.com/install.sh | bash
|
|
- export PATH="$HOME/.yarn/bin:$PATH"
|