chores: update pipeline to use node 22
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful

This commit is contained in:
Settel 2025-04-17 12:09:13 +02:00
parent 450319ba35
commit e8553ddbe1

View File

@ -3,7 +3,7 @@ when:
steps: steps:
frontend: frontend:
image: node:20-alpine image: node:22-alpine
commands: commands:
- yarn global add pnpm - yarn global add pnpm
- ( cd client && pnpm run setup ) - ( cd client && pnpm run setup )