Skip to content

Commit 061bcd1

Browse files
committed
ci: exclude coffee from bumper
1 parent 8798362 commit 061bcd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bump_deps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: pnpm install -g npm-check-updates
2222

2323
- run: |
24-
ncu -u --dep prod
24+
ncu -u --dep prod -x coffeescript
2525
pnpm install
2626
2727
- uses: tibdex/github-app-token@v1
@@ -53,7 +53,7 @@ jobs:
5353
run: pnpm install -g npm-check-updates
5454

5555
- run: |
56-
ncu -u --dep dev
56+
ncu -u --dep dev -x coffeescript
5757
pnpm install
5858
5959
- uses: tibdex/github-app-token@v1

0 commit comments

Comments
 (0)