File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ on: [pull_request]
55jobs :
66 lint :
77 name : Lint
8- runs-on : ubuntu-20 .04
8+ runs-on : ubuntu-24 .04
99 strategy :
1010 matrix :
1111 node-version : ["18", "20"]
2121
2222 unit-tests :
2323 name : Unit Tests
24- runs-on : ubuntu-20 .04
24+ runs-on : ubuntu-24 .04
2525 needs : [lint]
2626 strategy :
2727 matrix :
3636
3737 functional-tests :
3838 name : Functional Tests
39- runs-on : ubuntu-20 .04
39+ runs-on : ubuntu-24 .04
4040 needs : [unit-tests]
4141 strategy :
4242 matrix :
5454 documentation-snippet-tests :
5555 name : Documentation Snippet Tests
5656 needs : [unit-tests]
57- runs-on : ubuntu-20 .04
57+ runs-on : ubuntu-24 .04
5858 steps :
5959 - uses : actions/checkout@v4
6060 - uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 99jobs :
1010 release :
1111 name : Release process
12- runs-on : ubuntu-20 .04
12+ runs-on : ubuntu-24 .04
1313 permissions :
1414 contents : write
1515 issues : write
4040 documentation_deploy :
4141 needs : [release]
4242 name : Documentation - Deploy
43- runs-on : ubuntu-20 .04
43+ runs-on : ubuntu-24 .04
4444 steps :
4545 - name : Checkout
4646 uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments