Skip to content

Commit

Permalink
*insert silly cat here*
Browse files Browse the repository at this point in the history
  • Loading branch information
someCatInTheWorld authored Apr 21, 2024
1 parent d59d5b4 commit d819196
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: 20.x
- name: Install dependencies and build site
run: npm i -g pnpm && pnpm up && pnpm i --shamefully-hoist && export NODE_OPTIONS=--openssl-legacy-provider --bail
run: npm i -g pnpm && pnpm up && pnpm i --shamefully-hoist && NODE_OPTIONS=--openssl-legacy-provider --bail
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
Expand Down

0 comments on commit d819196

Please sign in to comment.