From 691487f8c07ce99993a3fbcfd3130bb889aba935 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Estev=C3=A3o=20Soares=20dos=20Santos?= Date: Sun, 27 Mar 2022 00:15:12 +0000 Subject: [PATCH] try: fix github browserstack action --- .github/workflows/browserstack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/browserstack.yml b/.github/workflows/browserstack.yml index ce1be3a..d429afa 100644 --- a/.github/workflows/browserstack.yml +++ b/.github/workflows/browserstack.yml @@ -31,7 +31,7 @@ jobs: run: npm install -g npm - name: '🚚 install grunt-cli' - run: npm install -g grunt-cli + run: npm install -g grunt-cli --force - name: 'Use Node.js 17.x' uses: actions/setup-node@v2