File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ jobs:
11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout
14
- uses : actions/checkout@v3
14
+ uses : actions/checkout@v4
15
15
with :
16
16
fetch-depth : 0
17
17
persist-credentials : false
18
18
19
19
- name : Use Node.js
20
- uses : actions/setup-node@v3
20
+ uses : actions/setup-node@v4
21
21
with :
22
22
node-version : ' 20.x'
23
23
cache : ' npm'
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ jobs:
16
16
17
17
strategy :
18
18
matrix :
19
- node-version : [16 .x, 18.x, 20 .x]
19
+ node-version : [20 .x, 22 .x]
20
20
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
21
21
22
22
steps :
23
- - uses : actions/checkout@v3
23
+ - uses : actions/checkout@v4
24
24
- name : Use Node.js ${{ matrix.node-version }}
25
- uses : actions/setup-node@v3
25
+ uses : actions/setup-node@v4
26
26
with :
27
27
node-version : ${{ matrix.node-version }}
28
28
cache : ' npm'
You can’t perform that action at this time.
0 commit comments