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 201158c commit 24d2c01Copy full SHA for 24d2c01
.github/workflows/node.js.yml
@@ -27,7 +27,8 @@ jobs:
27
with:
28
node-version: 16.x
29
- name: Install dependencies and build site
30
- run: npm i -g pnpm@v6 && pnpm i --shamefully-hoist --force && NODE_ENV=production webpack --bail
+ run: npm i -g bun && bun i && NODE_ENV=production webpack --bail
31
+ #run: npm i -g pnpm@v6 && pnpm i --shamefully-hoist --force && NODE_ENV=production webpack --bail
32
- name: Upload artifact
33
uses: actions/upload-pages-artifact@v1
34
0 commit comments