mirror of
https://github.com/umami-software/umami.git
synced 2026-05-30 06:47:25 +00:00
Update CI Node.js version to 22 for Prisma 7.x compatibility
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user