Skip to content

Commit b648051

Browse files
chore: update to node 22
1 parent 852a980 commit b648051

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- uses: actions/checkout@v4
99
- uses: actions/setup-node@v2
1010
with:
11-
node-version: 20
11+
node-version: 22
1212
cache: yarn
1313
- run: yarn set version stable
1414
- run: yarn install --immutable
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v4
2222
- uses: actions/setup-node@v4
2323
with:
24-
node-version: 20
24+
node-version: 22
2525
cache: yarn
2626
- run: yarn set version stable
2727
- run: yarn install --immutable

.github/workflows/storybook.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v4
2121
- uses: actions/setup-node@v4
2222
with:
23-
node-version: 20
23+
node-version: 22
2424
cache: yarn
2525

2626
- name: 'Build'

apps/main/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"dependencies": {
2929
"@curvefi/api": "^2.66.1",
3030
"@curvefi/lending-api": "^2.4.1",
31-
"@curvefi/stablecoin-api": "^1.5.8",
31+
"@curvefi/stablecoin-api": "^1.5.9",
3232
"@hookform/error-message": "^2.0.1",
3333
"@hookform/resolvers": "^3.9.0",
3434
"@supercharge/promise-pool": "^2.3.2",

0 commit comments

Comments
 (0)