Skip to content

Commit 7d49f2d

Browse files
committed
chore: upgrade pnpm version
1 parent 34601c2 commit 7d49f2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
${{ runner.os }}-
3333
- uses: pnpm/[email protected]
3434
with:
35-
version: 8.3.1
35+
version: 8.15.8
3636
run_install: false
3737
- name: Install packages
3838
run: pnpm install --frozen-lockfile

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ WORKDIR /app/tailchat
99
RUN ulimit -n 10240
1010

1111
# Install dependencies
12-
RUN npm install -g pnpm@8.3.1
12+
RUN npm install -g pnpm@8.15.8
1313
RUN npm install -g tailchat-cli@latest
1414

1515
# Add mc for minio

0 commit comments

Comments
 (0)