Skip to content

Commit 06cbc73

Browse files
authored
Update node.js.yml
Change npm to yarn
1 parent 992debb commit 06cbc73

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/node.js.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/setup-node@v4
2626
with:
2727
node-version: ${{ matrix.node-version }}
28-
cache: 'npm'
29-
- run: npm ci
30-
- run: npm run build --if-present
31-
- run: npm test
28+
cache: yarn
29+
- run: yarn ci
30+
- run: yarn run build --if-present
31+
- run: yarn test

0 commit comments

Comments
 (0)