From 28c68e571a72125c3e2eee4fb3de8685436c699f Mon Sep 17 00:00:00 2001 From: someCatInTheWorld <162684669+someCatInTheWorld@users.noreply.github.com> Date: Sun, 21 Apr 2024 20:20:47 +1000 Subject: [PATCH] i'm not doing this today --- .github/workflows/node.js.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index f8786df8727..97060a7d833 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -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: