mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 19:26:42 +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
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "node"
|
- 14
|
||||||
script:
|
script:
|
||||||
- npm install
|
- npm install
|
||||||
- npm run tslint
|
- npm run tslint
|
||||||
|
Reference in New Issue
Block a user