Force CI to use npm 6.14.11 (#5414)
This commit is contained in:
parent
32a353bd9a
commit
339a4b0554
1 changed files with 3 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
version: 2.1
|
||||
orbs:
|
||||
owasp: entur/owasp@0.0.10
|
||||
node: circleci/node@4.4.0
|
||||
|
||||
executors:
|
||||
android:
|
||||
|
|
@ -158,6 +159,8 @@ commands:
|
|||
steps:
|
||||
- checkout:
|
||||
path: ~/mattermost-mobile
|
||||
- node/install-npm:
|
||||
version: '6.14.11'
|
||||
- npm-dependencies
|
||||
- pods-dependencies
|
||||
- assets
|
||||
|
|
|
|||
Loading…
Reference in a new issue