mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
14 lines
166 B
YAML
14 lines
166 B
YAML
sudo: false
|
|
language: node_js
|
|
node_js:
|
|
- '6'
|
|
- '8'
|
|
- '10'
|
|
- '12'
|
|
- '14'
|
|
- lts/*
|
|
notifications:
|
|
email:
|
|
- rod@vagg.org
|
|
- matteo.collina@gmail.com
|