Skip to content

Commit cf13931

Browse files
Fix CI issue with corepack
1 parent 51b4268 commit cf13931

9 files changed

+19
-0
lines changed

ci/tasks/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ outputs:
1414

1515
params:
1616
NODE_OPTIONS: --max-old-space-size=4096
17+
COREPACK_ENABLE_DOWNLOAD_PROMPT: "0"
1718

1819
run:
1920
dir: bento

ci/tasks/chromatic.yml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ inputs:
1212
params:
1313
CHROMATIC_PROJECT_TOKEN: ((chromatic-project-token))
1414
CHROMATIC_OPTIONS:
15+
COREPACK_ENABLE_DOWNLOAD_PROMPT: "0"
1516

1617
run:
1718
dir: bento

ci/tasks/circular-deps.yml

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ image_resource:
99
inputs:
1010
- name: bento
1111

12+
params:
13+
COREPACK_ENABLE_DOWNLOAD_PROMPT: "0"
14+
1215
run:
1316
dir: bento
1417
path: ash

ci/tasks/eslint.yml

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ image_resource:
99
inputs:
1010
- name: bento
1111

12+
params:
13+
COREPACK_ENABLE_DOWNLOAD_PROMPT: "0"
14+
1215
run:
1316
dir: bento
1417
path: ash

ci/tasks/install.yml

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ outputs:
1515
caches:
1616
- path: bento/.pnpm-store
1717

18+
params:
19+
COREPACK_ENABLE_DOWNLOAD_PROMPT: "0"
20+
1821
run:
1922
dir: bento
2023
path: ash

ci/tasks/prettier.yml

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ image_resource:
99
inputs:
1010
- name: bento
1111

12+
params:
13+
COREPACK_ENABLE_DOWNLOAD_PROMPT: "0"
14+
1215
run:
1316
dir: bento
1417
path: ash

ci/tasks/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ params:
1717
NPM_TOKEN: ((npm_token))
1818
SSH_PRIVATE_KEY: ((private-key))
1919
GITHUB_TOKEN: ((github-token))
20+
COREPACK_ENABLE_DOWNLOAD_PROMPT: "0"
2021

2122
run:
2223
path: ci/tasks/release.sh

ci/tasks/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ inputs:
1111

1212
params:
1313
CI: true
14+
COREPACK_ENABLE_DOWNLOAD_PROMPT: "0"
1415

1516
run:
1617
dir: bento

ci/tasks/typecheck.yml

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ image_resource:
99
inputs:
1010
- name: bento
1111

12+
params:
13+
COREPACK_ENABLE_DOWNLOAD_PROMPT: "0"
14+
1215
run:
1316
dir: bento
1417
path: ash

0 commit comments

Comments
 (0)