diff --git a/.github/workflows/browserstack.yml b/.github/workflows/browserstack.yml index 40f0d12..ce1be3a 100644 --- a/.github/workflows/browserstack.yml +++ b/.github/workflows/browserstack.yml @@ -30,14 +30,17 @@ jobs: - name: '🚚 Upgrade NPM' run: npm install -g npm + - name: '🚚 install grunt-cli' + run: npm install -g grunt-cli + - name: 'Use Node.js 17.x' uses: actions/setup-node@v2 with: node-version: 17.x cache: 'npm' - - name: 'install grunt-cli' - run: npm install -g grunt-cli + - name: 'Install dependencies for CI' + run: npm ci - name: 'Concatenate src files for testing' run: grunt concat:test