Skip to content

Commit e233b24

Browse files
committed
fix(ci): unplug chalk in docs workflow to resolve CJS/ESM issue
1 parent a9540ab commit e233b24

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
- name: Setup Yarn version
4040
run: corepack prepare yarn@3.6.1 --activate
4141

42+
- name: Unplug chalk to attempt to fix CJS/ESM issues
43+
run: yarn unplug chalk
44+
4245
- name: Clean root Yarn install state
4346
run: rm -f .yarn/install-state.gz
4447

0 commit comments

Comments
 (0)