Skip to content

Commit

Permalink
fix(repo): use LTS version of Node not latest (#12703)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysoo committed Oct 18, 2022
1 parent 272abb4 commit 34c9fa9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 34c9fa9

Please sign in to comment.