File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 77
88jobs :
99 build :
10- runs-on : ubuntu-20.04
10+ runs-on : ubuntu-latest
1111
1212 env :
1313 SAUCE_USERNAME : ${{ secrets.SAUCE_USERNAME }}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ on: pull_request
44
55jobs :
66 check :
7- runs-on : ubuntu-20.04
7+ runs-on : ubuntu-latest
88
99 env :
1010 BROWSERSLIST_IGNORE_OLD_DATA : true
Original file line number Diff line number Diff line change 99
1010jobs :
1111 deploy :
12- runs-on : ubuntu-20.04
12+ runs-on : ubuntu-latest
1313
1414 env :
1515 NPM_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ on: workflow_dispatch
44
55jobs :
66 deploy :
7- runs-on : ubuntu-20.04
7+ runs-on : ubuntu-latest
88
99 env :
1010 NPM_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
Original file line number Diff line number Diff line change 99
1010jobs :
1111 deploy :
12- runs-on : ubuntu-20.04
12+ runs-on : ubuntu-latest
1313
1414 env :
1515 NPM_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
Original file line number Diff line number Diff line change 44 branches : [master]
55jobs :
66 security :
7- runs-on : ubuntu-20.04
7+ runs-on : ubuntu-latest
88 steps :
99 - uses : actions/checkout@v3
1010 - name : Use Node.js 18
You can’t perform that action at this time.
0 commit comments