Spaces:
Runtime error
Runtime error
File size: 197 Bytes
4a51346 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
sudo: false
language: node_js
node_js:
- '6'
- '8'
- '10'
- '12'
- '14'
- lts/*
branches:
only:
- master
notifications:
email:
- [email protected]
- [email protected]
|