Skip to content

Commit 7588c60

Browse files
committed
Merge remote-tracking branch 'origin/main' into docs/development
2 parents 70543d3 + ae14398 commit 7588c60

5 files changed

Lines changed: 203 additions & 5 deletions

File tree

.github/workflows/build_test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
name: Install pnpm
4040
id: pnpm-install
4141
with:
42-
version: 11
4342
run_install: false
4443

4544
- name: Install Node.js

.github/workflows/lint.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
name: Install pnpm
2727
id: pnpm-install
2828
with:
29-
version: 11
3029
run_install: false
3130

3231
- name: Get pnpm store directory

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM node:24-slim@sha256:b31e7a42fdf8b8aa5f5ed477c72d694301273f1069c5a2f71d53c6482e99a2fc AS base
22
WORKDIR /usr/src/app
3-
RUN npm install -g pnpm@latest-11
3+
RUN corepack enable
44

55
# Build step
66
FROM base AS build

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@
9292
},
9393
"engines": {
9494
"node": "^24.0.0",
95-
"pnpm": "^11"
96-
}
95+
"pnpm": "11.10.0"
96+
},
97+
"packageManager": "pnpm@11.10.0+sha512.0b7f8b98060031904c017e3a41eb187a16d40eeb829b95c4f8cb03681761fc4ab53dd219115b9b447f4dce1a05a214764461e7d3703392a9f32f9511ce8c86c8"
9798
}

pnpm-lock.yaml

Lines changed: 199 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)