File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed
Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 99
1010 strategy :
1111 matrix :
12- node-version : [10 .x]
12+ node-version : [16 .x]
1313
1414 steps :
1515 - uses : actions/checkout@v1
Original file line number Diff line number Diff line change 99
1010 strategy :
1111 matrix :
12- node-version : [10 .x]
12+ node-version : [16 .x]
1313
1414 steps :
1515 - uses : actions/checkout@v1
Original file line number Diff line number Diff line change 1717jobs :
1818 build :
1919 name : Build
20- runs-on : ubuntu-20 .04
20+ runs-on : ubuntu-24 .04
2121 outputs :
2222 SHORT_SHA : ${{ steps.short-sha.outputs.SHA }}
2323 steps :
4545 promotion :
4646 name : Create Promotion Pull Request
4747 needs : build
48- runs-on : ubuntu-20 .04
48+ runs-on : ubuntu-24 .04
4949 steps :
5050 # Update promotion/test-pr with new commit hash
5151 - name : Checkout promotion/test
Original file line number Diff line number Diff line change 1212jobs :
1313 deploy :
1414 name : Deploy to Prod
15- runs-on : ubuntu-20 .04
15+ runs-on : ubuntu-24 .04
1616 outputs :
1717 COMMIT_SHA : ${{ steps.read-hash.outputs.SHA }}
1818 steps :
4141 sync-main-branch :
4242 name : Rebase Prod
4343 needs : deploy
44- runs-on : ubuntu-20 .04
44+ runs-on : ubuntu-24 .04
4545 steps :
4646 - name : Checkout repository
4747 uses : actions/checkout@v2
Original file line number Diff line number Diff line change 1414jobs :
1515 deploy :
1616 name : Deploy to Test
17- runs-on : ubuntu-20 .04
17+ runs-on : ubuntu-24 .04
1818 outputs :
1919 COMMIT_SHA : ${{ steps.read-hash.outputs.SHA }}
2020 steps :
4343 sync-test-branch :
4444 name : Rebase test branch from develop
4545 needs : deploy
46- runs-on : ubuntu-20 .04
46+ runs-on : ubuntu-24 .04
4747 steps :
4848 - name : Checkout repository
4949 uses : actions/checkout@v2
5656 promotion :
5757 name : Create Promotion Pull Request
5858 needs : [deploy, sync-test-branch]
59- runs-on : ubuntu-20 .04
59+ runs-on : ubuntu-24 .04
6060 steps :
6161 # Update promotion/prod-pr with new commit hash
6262 - name : Checkout promotion/prod
Original file line number Diff line number Diff line change 5656 "reproject" : " ~1.2.2" ,
5757 "request" : " ~2.88.0" ,
5858 "request-promise-native" : " ~1.0.7" ,
59- "sharp" : " ~0.23.0 " ,
59+ "sharp" : " ~0.32.5 " ,
6060 "stream" : " ~0.0.2" ,
6161 "stream-transform" : " ~2.0.1" ,
6262 "swagger-tools" : " ~0.10.4" ,
You can’t perform that action at this time.
0 commit comments