try: fix github browserstack action

This commit is contained in:
Estevão Soares dos Santos 2022-03-27 00:15:12 +00:00
parent b0bb58d954
commit 691487f8c0

View File

@ -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