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
33on :
44 pull_request :
55 branches :
6- - master
6+ - main
7+ - stage
78
89env :
910 LT_USERNAME : ${{ secrets.LT_USERNAME }}
@@ -36,15 +37,13 @@ jobs:
3637 - name : Install Node.js
3738 uses : actions/setup-node@v3
3839 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
4441
4542 - name : Install SmartUI SDK
4643 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
4847
4948 - name : Set up SmartUI Config
5049 run : |
You can’t perform that action at this time.
0 commit comments