fix(repo): use LTS version of Node not latest (#12703)

This commit is contained in:
Jack Hsu 2022-10-18 15:53:09 -07:00 committed by GitHub
parent 272abb4f3e
commit 34c9fa93ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: