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
691487f8c0
commit
f85d82fb23
3
.github/workflows/browserstack.yml
vendored
3
.github/workflows/browserstack.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user