Skip to content

Commit

Permalink
chore: add node options to publish yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YannLynn committed Feb 21, 2023
1 parent 088aebd commit 9674f82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 9674f82

Please sign in to comment.