feat: update to node 22

This commit is contained in:
2024-06-03 14:11:07 +02:00
parent 91e0f2a255
commit 1628849d1b
16 changed files with 101 additions and 792 deletions

View File

@@ -2,6 +2,6 @@ FROM node:22-alpine
RUN apk update && apk add git jq curl python3 build-base
RUN npm install turbo pnpm --global
RUN corepack enable
CMD []