Commit 9f4b41c 1 parent aade572 commit 9f4b41c Copy full SHA for 9f4b41c
File tree 3 files changed +7
-35
lines changed
3 files changed +7
-35
lines changed Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
commitlint :
11
- runs-on : ubuntu-22 .04
11
+ runs-on : ubuntu-24 .04
12
12
timeout-minutes : 5
13
13
env :
14
14
CI : ' true'
19
19
fetch-depth : 0
20
20
- uses : actions/setup-node@v4
21
21
with :
22
- node-version : 20
22
+ node-version : 22
23
23
cache : npm
24
24
25
25
- run : make install
Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
release :
11
- runs-on : ubuntu-22 .04
11
+ runs-on : ubuntu-24 .04
12
12
timeout-minutes : 10
13
13
env :
14
14
CI : ' true'
Original file line number Diff line number Diff line change @@ -4,15 +4,14 @@ name: Continuous Integration
4
4
on :
5
5
push :
6
6
pull_request :
7
- pull_request_target :
8
7
9
8
jobs :
10
9
verify :
11
10
strategy :
12
11
matrix :
13
12
os :
14
- - ubuntu-22 .04
15
- - macos-13
13
+ - ubuntu-24 .04
14
+ - macos-15
16
15
- windows-2022
17
16
node :
18
17
- 18
35
34
- run : make install
36
35
- run : make compile
37
36
38
- - name : ESLint
39
- run : make lint
40
- - name : Tests
41
- run : make test
42
-
43
- coverage :
44
- runs-on : ubuntu-22.04
45
- timeout-minutes : 10
46
- env :
47
- CI : ' true'
48
-
49
- steps :
50
- - uses : actions/checkout@v4
51
- with :
52
- fetch-depth : 0
53
- - uses : actions/setup-node@v4
54
- with :
55
- node-version : 22
56
-
57
- - run : make install
58
- - run : make compile
59
- - run : make coverage
60
-
61
-
62
- with :
63
- type : lcov
64
- result_path : coverage/lcov.info
65
- min_coverage : 90
66
- token : ${{ secrets.GITHUB_TOKEN }}
37
+ - run : make lint
38
+ - run : make test
You can’t perform that action at this time.
0 commit comments