diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index efb335e00..38c8e72f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,4 +63,5 @@ jobs: yarn config set pnpFallbackMode none yarn config set compressionLevel 0 yarn link -A -p ../.. + yarn config set "packageExtensions['util.promisify@*'].dependencies['has-symbols']" "*" yarn build