mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-31 00:59:51 +02:00
CI: Skip dependabot PR branches. (#32006)
Also, reword Node.js setup step
This commit is contained in:
7
.github/workflows/browserstack.yml
vendored
7
.github/workflows/browserstack.yml
vendored
@@ -1,5 +1,8 @@
|
||||
name: BrowserStack
|
||||
on: [push]
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
env:
|
||||
CI: true
|
||||
NODE: 12.x
|
||||
@@ -13,7 +16,7 @@ jobs:
|
||||
- name: Clone repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Set Node.js version
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: "${{ env.NODE }}"
|
||||
|
Reference in New Issue
Block a user