node 18 build issue

This commit is contained in:
adueck 2023-03-07 15:50:03 +05:00
parent e53c994125
commit 13fdbf8201
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ jobs:
- name: Install dependencies
run: yarn install-r
- name: Build storybook
run: cd src/components && yarn build-storybook
run: export NODE_OPTIONS=--openssl-legacy-provider && cd src/components && yarn build-storybook
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with: