Skip to content

Commit e17e3dd

Browse files
committed
swapping to yarn for actions
1 parent 4479d5f commit e17e3dd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,5 @@ jobs:
2525
uses: actions/setup-node@v1
2626
with:
2727
node-version: ${{ matrix.node-version }}
28-
- run: npm ci
29-
- run: npm run build --if-present
30-
- run: npm test
28+
- run: npm i -g yarn
29+
- run: yarn test

0 commit comments

Comments
 (0)