Skip to content

Commit e4cd167

Browse files
committed
Update .github/workflows/test.yml
1 parent 7554f0b commit e4cd167

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
with:
1616
node-version: ${{ matrix.node-version }}
1717
- name: Install
18-
run: yarn install
18+
run: npm ci
1919
- name: Test
20-
run: yarn test
20+
run: npm test

0 commit comments

Comments
 (0)