Skip to content

Commit 4b17c3a

Browse files
Try again.
1 parent bf1d762 commit 4b17c3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
sudo apt-get update
3232
sudo apt-get install python2-minimal
3333
- name: Install dependencies and build site
34-
run: npm i -g pnpm@latest && pnpm up && pnpm i --shamefully-hoist && NODE_OPTIONS=--openssl-legacy-provider NODE_ENV=production webpack --bail
34+
run: npm i -g pnpm@latest && pnpm up && NODE_OPTIONS=--openssl-legacy-provider pnpm i --shamefully-hoist && NODE_OPTIONS=--openssl-legacy-provider NODE_ENV=production webpack --bail
3535
- name: Upload artifact
3636
uses: actions/upload-pages-artifact@v1
3737
with:

0 commit comments

Comments
 (0)