From c8f8212d7a74be8d840f86a4dd7fefb132d74c06 Mon Sep 17 00:00:00 2001 From: MiTHRAL Date: Wed, 22 Apr 2026 17:52:37 -0400 Subject: [PATCH] ci: replace mise action with direct pnpm install --- .github/workflows/build.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aec1c3d..778cf38 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,10 +16,8 @@ jobs: - name: Checkout assets run: git -c submodule."assets".update=checkout submodule update --init assets - - name: Setup Mise - uses: immich-app/devtools/actions/use-mise@cd24790a7f5f6439ac32cc94f5523cb2de8bfa8c # use-mise-action-v1.1.0 - with: - github-token: ${{ secrets.GITHUB_TOKEN }} + - name: Install pnpm + run: npm install -g pnpm@10.18.1 - name: Install dependencies run: pnpm install