Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: 🟢 Setup Node
uses: actions/setup-node@v4
with:
node-version: 22
node-version: 24
cache: pnpm

- name: 📦 Install dependencies (workspace)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lighthouse-vercel-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: 🟢 Setup Node
uses: actions/setup-node@v4
with:
node-version: 22
node-version: 24

- name: 🔎 Wait for Vercel Deployment + grab Preview URL
id: vercel
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22
24
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 20.0.0
nodejs 24.11.0
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22 AS builder
FROM node:24 AS builder
WORKDIR /app
RUN corepack enable

Expand Down Expand Up @@ -38,7 +38,7 @@ RUN echo "CHANGEFEED_ACCESS_TOKEN=${CHANGEFEED_ACCESS_TOKEN}" >> .env && \
COPY . .
RUN pnpm install --frozen-lockfile && pnpm run build

FROM node:22
FROM node:24
WORKDIR /app
ENV NODE_ENV=production
RUN corepack enable
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"recharts": "^2.15.4",
"rehype-raw": "^7.0.0",
"remark-gfm": "4.0.1",
"sanitize-html": "^2.17.5",
"sanitize-html": "^2.17.7",
"swr": "^2.3.7",
"viem": "^2.38.5",
"wagmi": "^2.19.1",
Expand All @@ -97,7 +97,7 @@
},
"main": "package.json",
"engines": {
"node": "22.x"
"node": "24.x"
},
"packageManager": "pnpm@10.33.0",
"pnpm": {
Expand Down
64 changes: 58 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading