Skip to content

Commit e6aa537

Browse files
committed
chore: fix bumper
1 parent 760a968 commit e6aa537

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/bump_deps.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
version: latest
1919
- run: |
2020
pnpm install
21-
pnpm bump
21+
pnpm i npm-check-updates -g
22+
ncu -u
2223
pnpm install
2324
- uses: peter-evans/create-pull-request@v2
2425
with:

0 commit comments

Comments
 (0)