Skip to content

Commit

Permalink
Circle CI: Use xlarge in Node jobs
Browse files Browse the repository at this point in the history
Summary:
Use Circle CI's "xlarge" resource class in all Node jobs. This resource provides additional resources and should reduce execution time in our Node jobs.

Changelog: [Internal]

Reviewed By: cortinico

Differential Revision: D35294648

fbshipit-source-id: cfc175b4b327ca02d7094688f870cfea757915e6
  • Loading branch information
hramos authored and pull[bot] committed Feb 18, 2024
1 parent 65d4a63 commit 7810350
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,12 @@ executors:
docker:
# Note: Version set separately for Windows builds, see below.
- image: circleci/node:16
resource_class: "xlarge"
nodeprevlts:
<<: *defaults
docker:
- image: circleci/node:14
resource_class: "xlarge"
reactnativeandroid:
<<: *defaults
docker:
Expand Down

0 comments on commit 7810350

Please sign in to comment.