From d59d5b4589f77e4db05337eeb2455d6492285907 Mon Sep 17 00:00:00 2001 From: someCatInTheWorld <162684669+someCatInTheWorld@users.noreply.github.com> Date: Sun, 21 Apr 2024 20:13:44 +1000 Subject: [PATCH] very silly pnpm --- .github/workflows/node.js.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index d258d55da9c..3c4cd0d4a5a 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: 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: @@ -42,4 +42,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v1 \ No newline at end of file + uses: actions/deploy-pages@v1