File tree 2 files changed +12
-6
lines changed
2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 6
6
jobs :
7
7
lint :
8
8
name : Lint
9
- runs-on : ubuntu-latest
9
+ runs-on : ubuntu-22.04
10
10
strategy :
11
11
matrix :
12
- node-version : [ 22 ]
12
+ node-version : [22 ]
13
13
timeout-minutes : 5
14
14
15
15
steps :
42
42
build :
43
43
name : Build
44
44
needs : lint
45
- runs-on : ubuntu-latest
45
+ runs-on : ubuntu-22.04
46
+ strategy :
47
+ matrix :
48
+ node-version : [22]
46
49
timeout-minutes : 5
47
50
48
51
steps :
66
69
67
70
test :
68
71
name : Test
69
- runs-on : ubuntu-latest
72
+ runs-on : ubuntu-22.04
73
+ strategy :
74
+ matrix :
75
+ node-version : [22]
70
76
timeout-minutes : 10
71
77
steps :
72
78
- name : Checkout
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
17
17
name : Create pull request or publish
18
18
needs : build-and-test
19
19
permissions : write-all
20
- runs-on : ubuntu-latest
20
+ runs-on : ubuntu-22.04
21
21
strategy :
22
22
matrix :
23
- node-version : [ 22 ]
23
+ node-version : [22 ]
24
24
timeout-minutes : 5
25
25
26
26
steps :
You can’t perform that action at this time.
0 commit comments