diff --git a/.github/actions/dependencies/action.yml b/.github/actions/dependencies/action.yml index 636805cda..c8272fff6 100644 --- a/.github/actions/dependencies/action.yml +++ b/.github/actions/dependencies/action.yml @@ -9,5 +9,8 @@ runs: node-version: 18 cache: yarn cache-dependency-path: '**/yarn.lock' - - run: yarn ci + - run: | + yarn install --frozen-lockfile + yarn install --cwd packages/react --frozen-lockfile + yarn install --cwd packages/styles --frozen-lockfile shell: bash \ No newline at end of file