Update CI Node.js version to 22 for Prisma 7.x compatibility

This commit is contained in:
Mike Cao
2026-03-23 13:47:01 -07:00
parent fa81b02a33
commit 0960a8291c
+2 -2
View File
@@ -17,10 +17,10 @@ jobs:
with: with:
version: 10 version: 10
run_install: false run_install: false
- name: Use Node.js 18.18 - name: Use Node.js 22
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: 18.18 node-version: 22
cache: "pnpm" cache: "pnpm"
- run: npm install --global pnpm - run: npm install --global pnpm
- run: pnpm install - run: pnpm install