Commit a9723ef 1 parent 317fd6e commit a9723ef Copy full SHA for a9723ef
File tree 4 files changed +988
-933
lines changed
4 files changed +988
-933
lines changed Original file line number Diff line number Diff line change 16
16
- uses : actions/checkout@main
17
17
- uses : actions/setup-node@main
18
18
with :
19
- node-version : 16
19
+ node-version : 20
20
20
- name : Cache dependencies
21
21
id : cache-nodemodules
22
22
uses : actions/cache@main
Original file line number Diff line number Diff line change 15
15
- uses : actions/checkout@main
16
16
- uses : actions/setup-node@main
17
17
with :
18
- node-version : 16
18
+ node-version : 20
19
19
- name : Cache dependencies
20
20
id : cache-nodemodules
21
21
uses : actions/cache@main
39
39
- uses : actions/checkout@main
40
40
- uses : actions/setup-node@main
41
41
with :
42
- node-version : 16
42
+ node-version : 20
43
43
- name : Cache dependencies
44
44
id : cache-nodemodules
45
45
uses : actions/cache@main
63
63
- uses : actions/checkout@main
64
64
- uses : actions/setup-node@main
65
65
with :
66
- node-version : 16
66
+ node-version : 20
67
67
- name : Cache dependencies
68
68
id : cache-nodemodules
69
69
uses : actions/cache@main
Original file line number Diff line number Diff line change 43
43
]
44
44
},
45
45
"devDependencies" : {
46
+ "@babel/plugin-proposal-private-property-in-object" : " ^7.21.11" ,
46
47
"@babel/plugin-transform-private-property-in-object" : " ^7.23.4" ,
47
48
"@testing-library/jest-dom" : " ^6.4.2" ,
48
49
"@testing-library/react" : " ^14.2.1" ,
You can’t perform that action at this time.
0 commit comments