Browse Source

chore: add node options to publish yml

linyan 2 years ago
parent
commit
9674f82f19
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/publish.yml

+ 2 - 0
.github/workflows/publish.yml

@@ -52,3 +52,5 @@ jobs:
                   lerna version $RELEASE_VERSION --exact --force-publish --yes --no-push
                   lerna publish from-package --dist-tag $DIST_TAG --yes
                   git push -o ci.skip --follow-tags --no-verify --atomic
+              env: 
+                NODE_OPTIONS: '--no-experimental-fetch --openssl-legacy-provider'