Skip to content

Commit

Permalink
very silly pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
someCatInTheWorld authored Apr 21, 2024
1 parent 579d61d commit d59d5b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x
- name: Install dependencies and build site
run: npm i -g pnpm && pnpm up && pnpm i --shamefully-hoist && webpack --bail
run: npm i -g pnpm && pnpm up && pnpm i --shamefully-hoist && export NODE_OPTIONS=--openssl-legacy-provider --bail
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
Expand All @@ -42,4 +42,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v1

0 comments on commit d59d5b4

Please sign in to comment.