diff --git a/Updated_Cms/.github/workflows/laravel.yml b/Updated_Cms/.github/workflows/laravel.yml index c61a7e0535..4099e72cfc 100644 --- a/Updated_Cms/.github/workflows/laravel.yml +++ b/Updated_Cms/.github/workflows/laravel.yml @@ -42,11 +42,14 @@ run: | composer install --no-scripts - - name: Install NPM dependencies - run: npm install + - name: Enable Corepack (Yarn) + run: corepack enable - - name: Compile assets - run: npm run build:atom + - name: Install Yarn dependencies + run: yarn install --silent + + - name: Compile assets (Atom) + run: yarn run build:atom - name: Prepare Laravel Application run: |