vuejs / devtools-v6

⚙️ Browser devtools extension for debugging Vue.js applications.
https://devtools-v6.vuejs.org/
MIT License
24.68k stars 4.15k forks source link

ci: Fix broken CircleCI build job #2093

Closed Azurewarth0920 closed 9 months ago

Azurewarth0920 commented 1 year ago

Description

It seems like due to the limitation of memory of the container, CI always fails. After trying to change the container to a bigger one (medium+), it succeeds.

Reproduction on my job: https://app.circleci.com/pipelines/github/Azurewarth0920/devtools/1/workflows/a5f8b619-6d0f-42ad-9586-61d282f7c65b/jobs/1

Additional context


What is the purpose of this pull request?

Before submitting the PR, please make sure you do the following