fix: bump sharp to 0.35.1

This commit is contained in:
Daniel Dietzler 2026-06-16 14:58:41 +02:00
parent ef24895028
commit 003c6ee868
No known key found for this signature in database
GPG key ID: A1C0B97CD8E18DFF
8 changed files with 187 additions and 199 deletions

View file

@ -734,7 +734,7 @@ jobs:
github_token: ${{ steps.token.outputs.token }}
- name: Install server dependencies
run: SHARP_IGNORE_GLOBAL_LIBVIPS=true pnpm --filter immich install --frozen-lockfile
run: pnpm --filter immich install --frozen-lockfile
- name: Run API generation
run: mise //:open-api
working-directory: open-api
@ -792,7 +792,7 @@ jobs:
github_token: ${{ steps.token.outputs.token }}
- name: Install server dependencies
run: SHARP_IGNORE_GLOBAL_LIBVIPS=true pnpm install --frozen-lockfile
run: pnpm install --frozen-lockfile
- name: Build plugins
run: mise //:plugins