22 lines
186 B
YAML
22 lines
186 B
YAML
---
|
|
language: node_js
|
|
node_js:
|
|
- "14"
|
|
- "16"
|
|
|
|
sudo: false
|
|
dist: precise
|
|
|
|
notifications:
|
|
email: false
|
|
|
|
addons:
|
|
chrome: stable
|
|
|
|
cache:
|
|
npm: false
|
|
|
|
branches:
|
|
only:
|
|
- master
|