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:
|
||||
command: sudo apt-get install -y ca-certificates
|
||||
- node/install:
|
||||
node-version: 'latest'
|
||||
# Use LTS version
|
||||
node-version: ''
|
||||
- run-yarn-install:
|
||||
os: << parameters.os >>
|
||||
- when:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user