Skip to content

Commit 0775760

Browse files
committed
chore: bump pnpm version
Signed-off-by: Bob Du <[email protected]>
1 parent 12a3d96 commit 0775760

File tree

6 files changed

+6750
-5629
lines changed

6 files changed

+6750
-5629
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ jobs:
1818
- uses: actions/setup-node@v4
1919
with:
2020
node-version: 22
21-
- uses: pnpm/action-setup@v4
22-
with:
23-
version: 8
24-
- name: Install dependencies
25-
run: pnpm install
2621
- name: Lint
2722
run: pnpm lint
2823
- name: Install service dependencies
@@ -38,11 +33,6 @@ jobs:
3833
- uses: actions/setup-node@v4
3934
with:
4035
node-version: 22
41-
- uses: pnpm/action-setup@v4
42-
with:
43-
version: 8
44-
- name: Install dependencies
45-
run: pnpm install
4636
- name: Typecheck
4737
run: pnpm type-check
4838
- name: Install service dependencies

Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ ARG RELEASE_VERSION=v0.0.0
77
ENV VITE_GIT_COMMIT_HASH=$GIT_COMMIT_HASH
88
ENV VITE_RELEASE_VERSION=$RELEASE_VERSION
99

10-
RUN npm install pnpm@8 -g
11-
1210
WORKDIR /app
1311

1412
COPY ./package.json /app
@@ -24,8 +22,6 @@ RUN pnpm run build
2422
# build backend
2523
FROM node:22-alpine AS backend
2624

27-
RUN npm install pnpm@8 -g
28-
2925
WORKDIR /app
3026

3127
COPY /service/package.json /app

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,6 @@
6868
"*.{ts,tsx,vue}": [
6969
"pnpm lint:fix"
7070
]
71-
}
71+
},
72+
"packageManager": "[email protected]+sha512.486ebc259d3e999a4e8691ce03b5cac4a71cbeca39372a9b762cb500cfdf0873e2cb16abe3d951b1ee2cf012503f027b98b6584e4df22524e0c7450d9ec7aa7b"
7273
}

0 commit comments

Comments
 (0)