17 lines
127 B
YAML
17 lines
127 B
YAML
language: node_js
|
|
|
|
env:
|
|
- python
|
|
|
|
node_js:
|
|
- "15"
|
|
|
|
python:
|
|
- "3.9"
|
|
|
|
install:
|
|
- npm install
|
|
|
|
script:
|
|
- npm run test
|