File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 12
12
13
13
jobs :
14
14
build_and_release :
15
- runs-on : ubuntu-22 .04
15
+ runs-on : ubuntu-24 .04
16
16
if : ${{ github.event.inputs.REPOSITORY_NAME == github.repository }}
17
17
steps :
18
18
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 9
9
build :
10
10
strategy :
11
11
matrix :
12
- os : [ ubuntu-22 .04 ]
13
- node : [ 20 ]
12
+ os : [ ubuntu-24 .04 ]
13
+ node : [ 20, 22 ]
14
14
name : Test Nodejs v${{ matrix.node }} on ${{ matrix.os }}
15
15
runs-on : ${{ matrix.os }}
16
16
steps :
21
21
with :
22
22
NODE_VERSION : ${{ matrix.node }}
23
23
- name : Publish Coveralls
24
- uses : coverallsapp/github-action@v2.2 .3
24
+ uses : coverallsapp/github-action@v2.3 .3
25
25
with :
26
26
github-token : ${{ secrets.GITHUB_TOKEN }}
27
27
flag-name : run-nodejs-v${{ matrix.node }}-${{ matrix.os }}
@@ -30,10 +30,10 @@ jobs:
30
30
finish :
31
31
name : Finish
32
32
needs : build
33
- runs-on : ubuntu-22 .04
33
+ runs-on : ubuntu-24 .04
34
34
steps :
35
35
- name : Coveralls Finished
36
- uses : coverallsapp/github-action@v2.2 .3
36
+ uses : coverallsapp/github-action@v2.3 .3
37
37
with :
38
38
github-token : ${{ secrets.GITHUB_TOKEN }}
39
39
parallel-finished : true
You can’t perform that action at this time.
0 commit comments