chore: pnpm v9
Some checks are pending
ci/woodpecker/push/build Pipeline is running

This commit is contained in:
Philipp Dormann 2024-12-02 10:16:59 +01:00
parent 780bc54604
commit b85c3958c2
Signed by: philipp
GPG Key ID: 3BB9ADD52DCA4314
3 changed files with 2238 additions and 1794 deletions

View File

@ -3,7 +3,7 @@ ARG NPM_REGISTRY_URL=https://registry.npmjs.org
WORKDIR /app
COPY . .
RUN npm config set registry $NPM_REGISTRY_URL && npm i -g pnpm@8.1.1
RUN npm config set registry $NPM_REGISTRY_URL && npm i -g pnpm@9
RUN pnpm i && pnpm build && pnpm postbuild
# final image

View File

@ -7,9 +7,6 @@
"release": "release-it",
"postbuild": "node env_fix.js"
},
"engines": {
"pnpm": "8.1.1"
},
"dependencies": {
"bwip-js": "3.2.2",
"marked": "2.0.3",

4027
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff