11 lines
89 B
YAML
11 lines
89 B
YAML
language: node_js
|
|
|
|
node_js:
|
|
- "15"
|
|
|
|
install:
|
|
- npm install
|
|
|
|
script:
|
|
- npm run test
|