File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ jobs:
17
17
runs-on : ubuntu-latest
18
18
strategy :
19
19
matrix :
20
- node-version : [20.10.0, 21.x ]
20
+ node-version : ["lts/iron", "lts/jod", "latest" ]
21
21
22
22
steps :
23
23
- name : Checkout code
24
- uses : actions/checkout@v3
24
+ uses : actions/checkout@v4
25
25
26
26
- name : Setup Node.js
27
- uses : actions/setup-node@v3
27
+ uses : actions/setup-node@v4
28
28
with :
29
29
node-version : ${{ matrix.node-version }}
30
30
@@ -45,14 +45,14 @@ jobs:
45
45
runs-on : windows-latest
46
46
strategy :
47
47
matrix :
48
- node-version : [20.10.0, 21.x ]
48
+ node-version : ["lts/iron", "lts/jod", "latest" ]
49
49
50
50
steps :
51
51
- name : Checkout code
52
- uses : actions/checkout@v3
52
+ uses : actions/checkout@v4
53
53
54
54
- name : Setup Node.js
55
- uses : actions/setup-node@v3
55
+ uses : actions/setup-node@v4
56
56
with :
57
57
node-version : ${{ matrix.node-version }}
58
58
You can’t perform that action at this time.
0 commit comments