Skip to content

Commit 1ad1d4c

Browse files
lets NOT try bun mayb
1 parent 24d2c01 commit 1ad1d4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
with:
2828
node-version: 16.x
2929
- name: Install dependencies and build site
30-
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
30+
#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
3232
- name: Upload artifact
3333
uses: actions/upload-pages-artifact@v1
3434
with:

0 commit comments

Comments
 (0)