Skip to content

Commit fd19f9a

Browse files
committed
fix: workaround corepack/pnpm install issue
See nodejs/corepack#616 (comment) Signed-off-by: Alexander Trost <[email protected]>
1 parent 43151d7 commit fd19f9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN rm -rf ./.nuxt/ && \
1111
-exec rm -rf {} + && \
1212
apk add --no-cache git && \
1313
corepack enable && \
14-
corepack prepare pnpm@latest --activate && \
14+
corepack prepare pnpm@10.0.0 --activate && \
1515
pnpm install && \
1616
NUXT_UI_PRO_LICENSE=${NUXT_UI_PRO_LICENSE} pnpm generate
1717

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,5 +130,5 @@
130130
"resolutions": {
131131
"@nuxt/kit": "3.15.4"
132132
},
133-
"packageManager": "[email protected].4"
133+
"packageManager": "[email protected].5+sha1.cb1f6372ef64e2ba352f2f46325adead1c99ff8f"
134134
}

0 commit comments

Comments
 (0)