Skip to content

Commit 013d038

Browse files
authored
Update test.yml
1 parent 41aa9eb commit 013d038

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
@@ -17,6 +17,6 @@ jobs:
1717
with:
1818
node-version: ${{ matrix.node-version }}
1919
- name: Install
20-
run: yarn install
20+
run: npm ci
2121
- name: Test
22-
run: yarn test
22+
run: npm test

0 commit comments

Comments
 (0)