diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 83af2029..10044256 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,6 +41,14 @@ jobs: with: bundler-cache: true + - name: Set up Node + uses: actions/setup-node@v4 + with: + cache: yarn + + - name: Install JavaScript dependencies + run: yarn install --frozen-lockfile + - name: Prepare database run: bin/rails db:prepare