diff --git a/.github/workflows/standards-and-tests.yml b/.github/workflows/standards-and-tests.yml index c283cd63..0c6b0ff2 100644 --- a/.github/workflows/standards-and-tests.yml +++ b/.github/workflows/standards-and-tests.yml @@ -59,6 +59,12 @@ jobs: tools: phpcs, composer coverage: pcov + - name: Install Node dependencies + run: | + node -v + npm install + if: matrix.experimental == false + - name: Install PHP dependencies run: | export PATH="$HOME/.composer/vendor/bin:$PATH"