From 0960a8291c4d75ded4e106b8b4e8870040420e14 Mon Sep 17 00:00:00 2001 From: Mike Cao Date: Mon, 23 Mar 2026 13:47:01 -0700 Subject: [PATCH] Update CI Node.js version to 22 for Prisma 7.x compatibility --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e33a96807..b97dac128 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,10 +17,10 @@ jobs: with: version: 10 run_install: false - - name: Use Node.js 18.18 + - name: Use Node.js 22 uses: actions/setup-node@v4 with: - node-version: 18.18 + node-version: 22 cache: "pnpm" - run: npm install --global pnpm - run: pnpm install