We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbf8c42 commit 2100003Copy full SHA for 2100003
.github/workflows/publish.yml
@@ -18,6 +18,7 @@ jobs:
18
19
- name: Build website
20
run: |
21
+ export NODE_OPTIONS=--openssl-legacy-provider
22
yarn install --frozen-lockfile
23
yarn build
24
0 commit comments