File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
10
10
steps :
11
11
- uses : actions/checkout@v3
12
- - name : Use Node.js 18 .x
12
+ - name : Use Node.js 20 .x
13
13
uses : actions/setup-node@v3
14
14
with :
15
- node-version : 18 .x
15
+ node-version : 20 .x
16
16
17
17
- uses : actions/cache@v3
18
18
id : yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
38
38
39
39
strategy :
40
40
matrix :
41
- node-version : [14.x, 16.x, 18.x]
41
+ node-version : [14.x, 16.x, 18.x, 20.x ]
42
42
43
43
steps :
44
44
- uses : actions/checkout@v3
@@ -71,10 +71,10 @@ jobs:
71
71
72
72
steps :
73
73
- uses : actions/checkout@v3
74
- - name : Use Node.js 18 .x
74
+ - name : Use Node.js 20 .x
75
75
uses : actions/setup-node@v3
76
76
with :
77
- node-version : 18 .x
77
+ node-version : 20 .x
78
78
79
79
- uses : actions/cache@v3
80
80
id : yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
You can’t perform that action at this time.
0 commit comments