Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
15 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore(deps): update all non-major dependencies (updated)
  • Loading branch information
github-actions[bot] committed Oct 17, 2025
commit 0f370fc9fe2d8e024c2f66d0e14bf9528ff4ef93
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:
fetch-depth: 0

- name: Install Bun
uses: oven-sh/setup-bun@v2.0.2
uses: oven-sh/setup-bun@v2
# env:
# BUN_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
with:
bun-version: latest

- name: Use cached node_modules
uses: actions/cache@v4.3.0
uses: actions/cache@v4
with:
path: node_modules
key: node-modules-${{ hashFiles('**/bun.lock') }}
Expand Down