try: fix github browserstack action

This commit is contained in:
Estevão Soares dos Santos 2022-03-27 00:17:58 +00:00
parent 691487f8c0
commit f85d82fb23

View File

@ -33,6 +33,9 @@ jobs:
- name: '🚚 install grunt-cli'
run: npm install -g grunt-cli --force
- name: '🚚 install karma globally'
run: npm install -g karma --force
- name: 'Use Node.js 17.x'
uses: actions/setup-node@v2
with: