File tree 4 files changed +4974
-803
lines changed
4 files changed +4974
-803
lines changed Original file line number Diff line number Diff line change 7
7
jobs :
8
8
release :
9
9
name : Release
10
- runs-on : ubuntu-18 .04
10
+ runs-on : ubuntu-24 .04
11
11
steps :
12
12
- name : Checkout
13
- uses : actions/checkout@v2
13
+ uses : actions/checkout@v4
14
14
with :
15
15
fetch-depth : 0
16
16
- name : Setup Node.js
17
- uses : actions/setup-node@v2
17
+ uses : actions/setup-node@v4
18
18
with :
19
19
node-version : 12
20
20
- name : Install dependencies
Original file line number Diff line number Diff line change 5
5
jobs :
6
6
release :
7
7
name : Test
8
- runs-on : ubuntu-18 .04
8
+ runs-on : ubuntu-24 .04
9
9
steps :
10
10
- name : Checkout
11
- uses : actions/checkout@v2
11
+ uses : actions/checkout@v4
12
12
with :
13
13
fetch-depth : 0
14
14
15
15
- name : Setup Node.js
16
- uses : actions/setup-node@v2
16
+ uses : actions/setup-node@v4
17
17
with :
18
18
node-version : 12
19
19
You can’t perform that action at this time.
0 commit comments