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 19
19
20
20
jobs :
21
21
Tests :
22
- runs-on : ubuntu-20 .04
22
+ runs-on : ubuntu-24 .04
23
23
24
24
strategy :
25
25
matrix :
26
26
node-version : [14.x]
27
27
28
28
steps :
29
29
- name : Checkout
30
- uses : actions/checkout@v2
30
+ uses : actions/checkout@v4
31
31
32
32
- name : Use Node.js ${{ matrix.node-version }}
33
- uses : actions/setup-node@v1
33
+ uses : actions/setup-node@v4
34
34
with :
35
35
node-version : ${{ matrix.node-version }}
36
36
Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
Publish :
10
- runs-on : ubuntu-20.04
10
+ runs-on : ubuntu-latest
11
11
12
12
steps :
13
13
- name : Checkout
14
- uses : actions/checkout@v1
14
+ uses : actions/checkout@v4
15
15
16
16
- name : Setup Node.js
17
- uses : actions/setup-node@v1
17
+ uses : actions/setup-node@v4
18
18
with :
19
19
node-version : 14
20
20
registry-url : ' https://registry.npmjs.org'
You can’t perform that action at this time.
0 commit comments