From b0bb58d954da16b07ac1c96dcc8a96b8b2fa3b7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Estev=C3=A3o=20Soares=20dos=20Santos?= Date: Sun, 27 Mar 2022 00:13:16 +0000 Subject: [PATCH] try: fix github browserstack action --- .github/workflows/browserstack.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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