Skip to content

Commit a87c5ed

Browse files
committed
attempt to fix ci errors
1 parent e432773 commit a87c5ed

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ARG NX_CLOUD_ACCESS_TOKEN
77
ENV PNPM_HOME="/pnpm"
88
ENV PATH="$PNPM_HOME:$PATH"
99

10-
RUN corepack enable pnpm && corepack prepare pnpm --activate
10+
RUN corepack enable
1111

1212
WORKDIR /app
1313

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,9 +249,8 @@
249249
"zundo": "^2.3.0",
250250
"zustand": "^4.5.6"
251251
},
252-
"packageManager": "[email protected]+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0",
253252
"engines": {
254-
"node": ">=20.13.1"
253+
"node": ">=22.13.1"
255254
},
256255
"prisma": {
257256
"schema": "tools/prisma/schema.prisma"

0 commit comments

Comments
 (0)