File tree Expand file tree Collapse file tree
browserstack-report-action Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
1919 steps :
2020 - uses : actions/checkout@v4
2121
22- - name : Set Node.js 20 .x
22+ - name : Set Node.js 24 .x
2323 uses : actions/setup-node@master
2424 with :
25- node-version : 20 .x
25+ node-version : 24 .x
2626 cache : ' npm'
2727 cache-dependency-path : ' setup-env/package-lock.json'
2828
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
1919 steps :
2020 - uses : actions/checkout@v4
2121
22- - name : Set Node.js 20 .x
22+ - name : Set Node.js 24 .x
2323 uses : actions/setup-node@master
2424 with :
25- node-version : 20 .x
25+ node-version : 24 .x
2626 cache : ' npm'
2727 cache-dependency-path : ' setup-local/package-lock.json'
2828
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ inputs:
1414 description : ' Project name for the tests'
1515 required : false
1616runs :
17- using : ' node20 '
17+ using : ' node24 '
1818 main : ' setup-env/dist/index.js'
1919branding :
2020 icon : ' check-circle'
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ inputs:
1818 default : ' 300'
1919
2020runs :
21- using : ' node16 '
21+ using : ' node24 '
2222 main : ' dist/index.js'
2323
2424branding :
You can’t perform that action at this time.
0 commit comments