From 80a514960119df6e63bc08856bd3661295d6e51a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Bryxi=CC=81?= Date: Wed, 2 Oct 2024 12:32:59 +0200 Subject: [PATCH] fix: Add pnpm i -f # re-sync injected deps - As per [this comment](https://github.com/adopted-ember-addons/ember-file-upload/pull/1084#issuecomment-2386676332) --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c276ef1e..705c6eb9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,6 +90,11 @@ jobs: node-version: '${{ env.NODE_VERSION }}' args: --no-lockfile + - name: Install Dependencies + run: pnpm install --frozen-lockfile + - run: pnpm build + - run: pnpm i -f # re-sync injected deps + - name: Test run: pnpm --filter test-app test:ember --launch chrome