Skip to content

Commit 4636e41

Browse files
authored
Update node.js.yml
1 parent 77ad330 commit 4636e41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
node-version: ${{ matrix.node-version }}
2828
cache: 'npm'
2929
- run: npm ci
30-
- run: npm run build --if-present
30+
- run: pnpm run build --if-present
3131
- run: pnpm run build && pnpm run start

0 commit comments

Comments
 (0)