File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 77 - main
88
99env :
10- NODE_VERSION : 20 .x
10+ NODE_VERSION : 22 .x
1111
1212jobs :
1313 test :
Original file line number Diff line number Diff line change 1515 env :
1616 BROWSERSTACK_USERNAME : ${{ secrets.BROWSERSTACK_USERNAME }}
1717 BROWSERSTACK_ACCESS_KEY : ${{ secrets.BROWSERSTACK_ACCESS_KEY }}
18- NODE_VERSION : 20 .x
18+ NODE_VERSION : 22 .x
1919 name : ${{ matrix.BROWSER }}
2020 concurrency :
2121 group : ${{ matrix.BROWSER }} - ${{ github.sha }}
Original file line number Diff line number Diff line change 1515 env :
1616 BROWSERSTACK_USERNAME : ${{ secrets.BROWSERSTACK_USERNAME }}
1717 BROWSERSTACK_ACCESS_KEY : ${{ secrets.BROWSERSTACK_ACCESS_KEY }}
18- NODE_VERSION : 20 .x
18+ NODE_VERSION : 22 .x
1919 name : ${{ matrix.BROWSER }}
2020 concurrency :
2121 group : ${{ matrix.BROWSER }} - ${{ github.sha }}
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 environment : filestash
1515 env :
16- NODE_VERSION : 20 .x
16+ NODE_VERSION : 22 .x
1717 name : Update Filestash
1818 steps :
1919 - name : Checkout
Original file line number Diff line number Diff line change 66 branches-ignore : " dependabot/**"
77
88env :
9- NODE_VERSION : 20 .x
9+ NODE_VERSION : 22 .x
1010
1111jobs :
1212 node-smoke-test :
You can’t perform that action at this time.
0 commit comments