From e8a432ef710e089fac67d9b68cd70eeb09275c0d Mon Sep 17 00:00:00 2001 From: Darryl Hein Date: Sat, 27 Jul 2024 23:44:18 -0600 Subject: [PATCH] install JS packages --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6ef52541..23e28b77 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,6 +98,9 @@ jobs: - name: Install Composer dependencies run: composer install --classmap-authoritative --no-interaction --no-progress --ignore-platform-reqs + - name: Install Node.js dependencies + run: yarn install --immutable + - name: Build assets run: yarn build --mode development @@ -136,6 +139,9 @@ jobs: - name: Install Composer dependencies run: composer install --no-dev --classmap-authoritative --no-interaction --no-progress --ignore-platform-reqs + - name: Install Node.js dependencies + run: yarn install --immutable + - name: Build assets run: yarn build