Skip to content

Commit

Permalink
Include the SSL hack for yarn build
Browse files Browse the repository at this point in the history
  • Loading branch information
CerealBoy committed Apr 15, 2024
1 parent 20d8c36 commit 405f900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
node-version: 18
- name: 'Build Frontend Artefacts'
run: yarn && yarn build
run: yarn && NODE_OPTIONS=--openssl-legacy-provider yarn build
- name: 'Mirror Dist'
run: cp -r ./dist ./pkg/server/dist
- name: 'Run Tests'
Expand Down

0 comments on commit 405f900

Please sign in to comment.