From 65a6861b5428b3108d4ec99be06cdb1d1cbea187 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Thu, 20 Mar 2025 16:19:22 +0100 Subject: [PATCH] chore(github): update integration workflow --- .github/workflows/integration.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 564cc111..67b85850 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -40,8 +40,11 @@ jobs: node-version: ${{ matrix.node }} cache: pnpm + - name: Install latest nuxt/ui + run: pnpm install https://pkg.pr.new/@nuxt/ui@${{ env.COMMIT_SHA }} --lockfile-only + - name: Install dependencies - run: pnpm install https://pkg.pr.new/@nuxt/ui@${{ env.COMMIT_SHA }} + run: pnpm install - name: Typecheck run: pnpm run typecheck @@ -82,8 +85,11 @@ jobs: node-version: ${{ matrix.node }} cache: pnpm + - name: Install latest nuxt/ui + run: pnpm install https://pkg.pr.new/@nuxt/ui@${{ env.COMMIT_SHA }} --lockfile-only + - name: Install dependencies - run: pnpm install https://pkg.pr.new/@nuxt/ui@${{ env.COMMIT_SHA }} + run: pnpm install # - name: Typecheck # run: pnpm run typecheck