Skip to content

Commit d4462ad

Browse files
authored
im go8ng to trying aetting the version to just v6 and if rhat doesnt work then just yhe number 6 and if that doesnt work i will try copying the args for pnpm to npm and if that doesnt work o will just cry myself to sleep tonight ig
1 parent 6ae61b8 commit d4462ad

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
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
node-version: 16.x
2929
- name: Install dependencies and build site
30-
run: npm i --force && NODE_ENV=production webpack --bail
30+
run: npm i -g pnpm@v6 && pnpm up && pnpm i --shamefully-hoist --force && NODE_ENV=production webpack --bail
3131
- name: Upload artifact
3232
uses: actions/upload-pages-artifact@v1
3333
with:

0 commit comments

Comments
 (0)