Skip to content

Commit 5769b31

Browse files
authored
Update node.js.yml
Fix build and test script
1 parent 656c0c0 commit 5769b31

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,5 +27,5 @@ jobs:
2727
node-version: ${{ matrix.node-version }}
2828
cache: 'npm'
2929
- run: yarn install --frozen-lockfile
30-
- run: npm run build --if-present
31-
- run: npm test
30+
- run: yarn run build
31+
- run: yarn run test

0 commit comments

Comments
 (0)