forked from Ninjalama/streamyfin_mirror
fix: remove cache bun (#730)
This commit is contained in:
8
.github/workflows/linting.yml
vendored
8
.github/workflows/linting.yml
vendored
@@ -82,7 +82,6 @@ jobs:
|
||||
uses: actions/setup-node@v4.4.0
|
||||
with:
|
||||
node-version: '20.x'
|
||||
cache: bun
|
||||
|
||||
- name: "🍞 Setup Bun"
|
||||
uses: oven-sh/setup-bun@v2.0.2
|
||||
@@ -90,13 +89,6 @@ jobs:
|
||||
# @todo: update to 1.x once this is fixed: https://github.com/streamyfin/streamyfin/pull/690#discussion_r2089749689
|
||||
bun-version: '1.2.13'
|
||||
|
||||
- name: 💾 Cache Bun dependencies
|
||||
uses: actions/cache@v4.2.3
|
||||
with:
|
||||
path: |
|
||||
~/.bun/install/cache
|
||||
key: ${{ runner.os }}-bun-${{ hashFiles('bun.lock') }}
|
||||
|
||||
- name: "📦 Install dependencies"
|
||||
run: bun install --frozen-lockfile
|
||||
|
||||
|
||||
Reference in New Issue
Block a user