Skip to content

Commit 049f560

Browse files
authored
Update node.js.yml
1 parent 9826b92 commit 049f560

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
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
node-version: ${{ matrix.node-version }}
2828
cache: 'npm'
29-
- run: npm ci
30-
- run: npm run build --if-present
29+
- run: yarn install
30+
- run: yarn build
3131
- run: ls
3232
- run: cd dist/

0 commit comments

Comments
 (0)