Skip to content

Commit b2cca67

Browse files
ci(release): install deps before finalize version bump (#2100)
1 parent 5490438 commit b2cca67

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,9 @@ jobs:
474474
with:
475475
node-version-file: package.json
476476

477+
- name: Install dependencies
478+
run: bun install --frozen-lockfile
479+
477480
- id: update_versions
478481
name: Update version strings
479482
env:

0 commit comments

Comments
 (0)