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]
5
5
jobs :
6
6
lint :
7
7
name : Lint
8
- runs-on : ubuntu-20 .04
8
+ runs-on : ubuntu-24 .04
9
9
strategy :
10
10
matrix :
11
11
node-version : ["18", "20"]
21
21
22
22
unit-tests :
23
23
name : Unit Tests
24
- runs-on : ubuntu-20 .04
24
+ runs-on : ubuntu-24 .04
25
25
needs : [lint]
26
26
strategy :
27
27
matrix :
36
36
37
37
functional-tests :
38
38
name : Functional Tests
39
- runs-on : ubuntu-20 .04
39
+ runs-on : ubuntu-24 .04
40
40
needs : [unit-tests]
41
41
strategy :
42
42
matrix :
54
54
documentation-snippet-tests :
55
55
name : Documentation Snippet Tests
56
56
needs : [unit-tests]
57
- runs-on : ubuntu-20 .04
57
+ runs-on : ubuntu-24 .04
58
58
steps :
59
59
- uses : actions/checkout@v4
60
60
- uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 9
9
jobs :
10
10
release :
11
11
name : Release process
12
- runs-on : ubuntu-20 .04
12
+ runs-on : ubuntu-24 .04
13
13
permissions :
14
14
contents : write
15
15
issues : write
40
40
documentation_deploy :
41
41
needs : [release]
42
42
name : Documentation - Deploy
43
- runs-on : ubuntu-20 .04
43
+ runs-on : ubuntu-24 .04
44
44
steps :
45
45
- name : Checkout
46
46
uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments