mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-07-16 09:23:07 +01:00
ci: remove redundant node_modules caching step
Eliminates unnecessary node_modules cache configuration since bun handles dependency caching more efficiently through its own mechanisms. Reduces workflow complexity and potential cache conflicts while maintaining build performance.
This commit is contained in:
10
.github/workflows/build-ios.yml
vendored
10
.github/workflows/build-ios.yml
vendored
@@ -47,16 +47,6 @@ jobs:
|
|||||||
${{ runner.os }}-${{ runner.arch }}-bun-develop
|
${{ runner.os }}-${{ runner.arch }}-bun-develop
|
||||||
${{ runner.os }}-bun-develop
|
${{ runner.os }}-bun-develop
|
||||||
|
|
||||||
- name: 💾 Cache node_modules
|
|
||||||
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
|
|
||||||
with:
|
|
||||||
path: node_modules
|
|
||||||
key: ${{ runner.os }}-${{ runner.arch }}-modules-latest-develop-${{ hashFiles('bun.lock') }}
|
|
||||||
restore-keys: |
|
|
||||||
${{ runner.os }}-${{ runner.arch }}-modules-latest-develop
|
|
||||||
${{ runner.os }}-${{ runner.arch }}-modules-develop
|
|
||||||
${{ runner.os }}-modules-develop
|
|
||||||
|
|
||||||
- name: 📦 Install dependencies and reload submodules
|
- name: 📦 Install dependencies and reload submodules
|
||||||
run: |
|
run: |
|
||||||
bun install --frozen-lockfile
|
bun install --frozen-lockfile
|
||||||
|
|||||||
Reference in New Issue
Block a user