Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit ec3cd34

Browse files
committed
fix: storybook node retro compat
1 parent bee6de6 commit ec3cd34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/storybook.yml

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
2929
- name: Deploy
3030
run: |
31+
export NODE_OPTIONS='--openssl-legacy-provider'
3132
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
3233
yarn storybook:deploy:action
3334
env:

0 commit comments

Comments
 (0)