chore: use correct pnpm version

This commit is contained in:
Nathan
2025-07-04 15:56:56 +08:00
parent 7f76269ca5
commit 1d6347c92e
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
name: AppFlowy Web image build and push
name: Public AppFlowy Web image build and push
on:
workflow_dispatch:
inputs:

View File

@@ -1,4 +1,4 @@
name: Manually Build AppFlowy Web Docker Images
name: Manually Build Public AppFlowy Web Docker Images
on:
workflow_dispatch:

View File

@@ -5,7 +5,7 @@ WORKDIR /app
ARG VERSION=main
RUN npm install -g pnpm@8.5.0
RUN npm install -g pnpm@10.9.0
RUN pnpm install
COPY . .