ci: use node 14

node 15 & npm 7 have breaking changes related to peer dependency handling that causes builds to fail.
This commit is contained in:
Igor Randjelovic
2021-01-21 09:21:41 +01:00
committed by GitHub
parent d992e1ea5e
commit e1c1a96b0c

View File

@ -1,6 +1,6 @@
language: node_js language: node_js
node_js: node_js:
- "node" - 14
script: script:
- npm install - npm install
- npm run tslint - npm run tslint