Skip to content

Commit 4e93685

Browse files
committed
npm
1 parent 2dc5ca2 commit 4e93685

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
with:
1616
node-version-file: 'package.json'
1717
- name: Install
18-
run: yarn install
18+
run: npm i
1919
- name: Lint
20-
run: yarn lint
20+
run: npm run lint
2121
- name: Build
22-
run: yarn build
22+
run: npm run build
2323
- name: Test
24-
run: yarn test
24+
run: npm run test

0 commit comments

Comments
 (0)