try: fix github browserstack action

This commit is contained in:
Estevão Soares dos Santos 2022-03-27 00:13:16 +00:00
parent 1f15a18adb
commit b0bb58d954

View File

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