Skip to content

Commit

Permalink
merge-upstream: try to fix building (would it even work?)
Browse files Browse the repository at this point in the history
  • Loading branch information
someCatInTheWorld authored Nov 21, 2024
1 parent e91e7f2 commit 5122765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
node-version: 16.x
- name: Install dependencies and build site
run: npm i -g pnpm@7 && pnpm up && pnpm i --shamefully-hoist && NODE_ENV=production webpack --bail
run: npm i -g pnpm@7 && pnpm up && NODE_OPTIONS=--openssl-legacy-provider pnpm i --shamefully-hoist && NODE_ENV=production webpack --bail
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
Expand Down

0 comments on commit 5122765

Please sign in to comment.