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