diff --git a/.github/workflows/browserstack.yml b/.github/workflows/browserstack.yml index 63c6ad7..40f0d12 100644 --- a/.github/workflows/browserstack.yml +++ b/.github/workflows/browserstack.yml @@ -36,6 +36,9 @@ jobs: node-version: 17.x cache: 'npm' + - name: 'install grunt-cli' + run: npm install -g grunt-cli + - name: 'Concatenate src files for testing' run: grunt concat:test