Skip to content

Commit 42d2c6c

Browse files
committed
feat: modify workflow
1 parent ed1ce47 commit 42d2c6c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/dependabot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ updates:
55
schedule:
66
interval: daily
77

8-
- package-ecosystem: npm
8+
- package-ecosystem: yarn
99
directory: /
1010
schedule:
1111
interval: daily

.github/workflows/check-dist.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
node-version: 12.x
3030

3131
- name: Install dependencies
32-
run: npm ci
32+
run: yarn
3333

3434
- name: Rebuild the dist/ directory
35-
run: npm run build
35+
run: yarn run build
3636

3737
- name: Compare the expected and actual dist/ directories
3838
run: |

0 commit comments

Comments
 (0)