node 18 build issue
This commit is contained in:
parent
e53c994125
commit
13fdbf8201
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue