Skip to content

Commit

Permalink
Fix CI issue with corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
federico-ercoles committed Apr 24, 2024
1 parent 51b4268 commit cf13931
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci/tasks/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ outputs:

params:
NODE_OPTIONS: --max-old-space-size=4096
COREPACK_ENABLE_DOWNLOAD_PROMPT: "0"

run:
dir: bento
Expand Down
1 change: 1 addition & 0 deletions ci/tasks/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ inputs:
params:
CHROMATIC_PROJECT_TOKEN: ((chromatic-project-token))
CHROMATIC_OPTIONS:
COREPACK_ENABLE_DOWNLOAD_PROMPT: "0"

run:
dir: bento
Expand Down
3 changes: 3 additions & 0 deletions ci/tasks/circular-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ image_resource:
inputs:
- name: bento

params:
COREPACK_ENABLE_DOWNLOAD_PROMPT: "0"

run:
dir: bento
path: ash
Expand Down
3 changes: 3 additions & 0 deletions ci/tasks/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ image_resource:
inputs:
- name: bento

params:
COREPACK_ENABLE_DOWNLOAD_PROMPT: "0"

run:
dir: bento
path: ash
Expand Down
3 changes: 3 additions & 0 deletions ci/tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ outputs:
caches:
- path: bento/.pnpm-store

params:
COREPACK_ENABLE_DOWNLOAD_PROMPT: "0"

run:
dir: bento
path: ash
Expand Down
3 changes: 3 additions & 0 deletions ci/tasks/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ image_resource:
inputs:
- name: bento

params:
COREPACK_ENABLE_DOWNLOAD_PROMPT: "0"

run:
dir: bento
path: ash
Expand Down
1 change: 1 addition & 0 deletions ci/tasks/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ params:
NPM_TOKEN: ((npm_token))
SSH_PRIVATE_KEY: ((private-key))
GITHUB_TOKEN: ((github-token))
COREPACK_ENABLE_DOWNLOAD_PROMPT: "0"

run:
path: ci/tasks/release.sh
Expand Down
1 change: 1 addition & 0 deletions ci/tasks/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ inputs:

params:
CI: true
COREPACK_ENABLE_DOWNLOAD_PROMPT: "0"

run:
dir: bento
Expand Down
3 changes: 3 additions & 0 deletions ci/tasks/typecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ image_resource:
inputs:
- name: bento

params:
COREPACK_ENABLE_DOWNLOAD_PROMPT: "0"

run:
dir: bento
path: ash
Expand Down

0 comments on commit cf13931

Please sign in to comment.