mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 11:01:21 +08:00
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:
@ -1,6 +1,6 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "node"
|
||||
- 14
|
||||
script:
|
||||
- npm install
|
||||
- npm run tslint
|
||||
|
Reference in New Issue
Block a user