aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/browserstack.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/browserstack.yml')
-rw-r--r--.github/workflows/browserstack.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.github/workflows/browserstack.yml b/.github/workflows/browserstack.yml
index c6c29dba1..e6aa9422a 100644
--- a/.github/workflows/browserstack.yml
+++ b/.github/workflows/browserstack.yml
@@ -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 }}"