mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
try: fix github browserstack action
This commit is contained in:
parent
1f15a18adb
commit
b0bb58d954
7
.github/workflows/browserstack.yml
vendored
7
.github/workflows/browserstack.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user