diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9d28802..9a2151f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,7 +21,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v2 with: - version: 9.5.0 + version: 9.7.1 run_install: false - name: Get pnpm store directory shell: bash diff --git a/Dockerfile b/Dockerfile index f25dc27..659df16 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN cd reporter && go build . # # Base ------------------------------ FROM node:20-alpine AS base -RUN npm install -g pnpm@9.5.0 +RUN npm install -g pnpm@9.7.1 RUN apk add --update --no-cache python3 py3-pip g++ make # Tianji frontend ------------------------------ diff --git a/website/docs/install/manual.md b/website/docs/install/manual.md index 1f35395..87c955e 100644 --- a/website/docs/install/manual.md +++ b/website/docs/install/manual.md @@ -13,7 +13,7 @@ But if your server not support dockerize, you can try to install by manual. You need: - [Node.js](https://nodejs.org/en/download/) 18.12+ / 20.4+ -- [pnpm](https://pnpm.io/) 9.x(9.5.0 better) +- [pnpm](https://pnpm.io/) 9.x(9.7.1 better) - [Git](https://git-scm.com/downloads) - [postgresql](https://www.postgresql.org/) - [pm2](https://pm2.keymetrics.io/) - For running Tianji in the background