Skip to content

Commit

Permalink
i'm not doing this today
Browse files Browse the repository at this point in the history
  • Loading branch information
someCatInTheWorld authored Apr 21, 2024
1 parent be2d2c8 commit 28c68e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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: 20.x
node-version: 16.x
- name: Install dependencies and build site
run: npm i -g pnpm && pnpm up && pnpm i --shamefully-hoist && NODE_OPTIONS=--openssl-legacy-provider webpack --bail
run: npm i --force && webpack --bail
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
Expand Down

0 comments on commit 28c68e5

Please sign in to comment.