File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
- uses : actions/checkout@v4
9
9
- uses : actions/setup-node@v2
10
10
with :
11
- node-version : 20
11
+ node-version : 22
12
12
cache : yarn
13
13
- run : yarn set version stable
14
14
- run : yarn install --immutable
21
21
- uses : actions/checkout@v4
22
22
- uses : actions/setup-node@v4
23
23
with :
24
- node-version : 20
24
+ node-version : 22
25
25
cache : yarn
26
26
- run : yarn set version stable
27
27
- run : yarn install --immutable
Original file line number Diff line number Diff line change 20
20
- uses : actions/checkout@v4
21
21
- uses : actions/setup-node@v4
22
22
with :
23
- node-version : 20
23
+ node-version : 22
24
24
cache : yarn
25
25
26
26
- name : ' Build'
Original file line number Diff line number Diff line change 28
28
"dependencies" : {
29
29
"@curvefi/api" : " ^2.66.1" ,
30
30
"@curvefi/lending-api" : " ^2.4.1" ,
31
- "@curvefi/stablecoin-api" : " ^1.5.8 " ,
31
+ "@curvefi/stablecoin-api" : " ^1.5.9 " ,
32
32
"@hookform/error-message" : " ^2.0.1" ,
33
33
"@hookform/resolvers" : " ^3.9.0" ,
34
34
"@supercharge/promise-pool" : " ^2.3.2" ,
You can’t perform that action at this time.
0 commit comments