We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70f068e commit 201158cCopy full SHA for 201158c
.github/workflows/node.js.yml
@@ -27,7 +27,7 @@ jobs:
27
with:
28
node-version: 16.x
29
- name: Install dependencies and build site
30
- run: npm i -g pnpm@v6 && pnpm up && pnpm i --shamefully-hoist --force && NODE_ENV=production webpack --bail
+ run: npm i -g pnpm@v6 && pnpm i --shamefully-hoist --force && NODE_ENV=production webpack --bail
31
- name: Upload artifact
32
uses: actions/upload-pages-artifact@v1
33
0 commit comments