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