We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34601c2 commit 7d49f2dCopy full SHA for 7d49f2d
.github/workflows/ci.yaml
@@ -32,7 +32,7 @@ jobs:
32
${{ runner.os }}-
33
- uses: pnpm/[email protected]
34
with:
35
- version: 8.3.1
+ version: 8.15.8
36
run_install: false
37
- name: Install packages
38
run: pnpm install --frozen-lockfile
Dockerfile
@@ -9,7 +9,7 @@ WORKDIR /app/tailchat
9
RUN ulimit -n 10240
10
11
# Install dependencies
12
-RUN npm install -g pnpm@8.3.1
+RUN npm install -g pnpm@8.15.8
13
RUN npm install -g tailchat-cli@latest
14
15
# Add mc for minio
0 commit comments