fix(repo): use LTS version of Node not latest (#12703)
This commit is contained in:
parent
272abb4f3e
commit
34c9fa93ed
@ -108,7 +108,8 @@ commands:
|
|||||||
- run:
|
- run:
|
||||||
command: sudo apt-get install -y ca-certificates
|
command: sudo apt-get install -y ca-certificates
|
||||||
- node/install:
|
- node/install:
|
||||||
node-version: 'latest'
|
# Use LTS version
|
||||||
|
node-version: ''
|
||||||
- run-yarn-install:
|
- run-yarn-install:
|
||||||
os: << parameters.os >>
|
os: << parameters.os >>
|
||||||
- when:
|
- when:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user