File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ name: SmartUI PR Check with NodeJS SDK
3
3
on :
4
4
pull_request :
5
5
branches :
6
- - master
6
+ - main
7
+ - stage
7
8
8
9
env :
9
10
LT_USERNAME : ${{ secrets.LT_USERNAME }}
@@ -36,15 +37,13 @@ jobs:
36
37
- name : Install Node.js
37
38
uses : actions/setup-node@v3
38
39
with :
39
- node-version : ' 14' # Use the appropriate Node.js version for your project
40
-
41
- - name : Install Dependencies
42
- run : |
43
- npm ci
40
+ node-version : ' 20' # Use the appropriate Node.js version for your project
44
41
45
42
- name : Install SmartUI SDK
46
43
run : |
47
- npm install @lambdatest/smartui-cli
44
+ npm install @lambdatest/smartui-cli@latest
45
+ npm install @lambdatest/selenium-driver
46
+ npm install selenium-webdriver
48
47
49
48
- name : Set up SmartUI Config
50
49
run : |
You can’t perform that action at this time.
0 commit comments