chore: update pnpm version

This commit is contained in:
moonrailgun 2024-08-30 01:03:23 +08:00
parent 17c6a7fa22
commit b9f5582a02
3 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ jobs:
- name: Install pnpm - name: Install pnpm
uses: pnpm/action-setup@v2 uses: pnpm/action-setup@v2
with: with:
version: 9.5.0 version: 9.7.1
run_install: false run_install: false
- name: Get pnpm store directory - name: Get pnpm store directory
shell: bash shell: bash

View File

@ -10,7 +10,7 @@ RUN cd reporter && go build .
# # Base ------------------------------ # # Base ------------------------------
FROM node:20-alpine AS 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 RUN apk add --update --no-cache python3 py3-pip g++ make
# Tianji frontend ------------------------------ # Tianji frontend ------------------------------

View File

@ -13,7 +13,7 @@ But if your server not support dockerize, you can try to install by manual.
You need: You need:
- [Node.js](https://nodejs.org/en/download/) 18.12+ / 20.4+ - [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) - [Git](https://git-scm.com/downloads)
- [postgresql](https://www.postgresql.org/) - [postgresql](https://www.postgresql.org/)
- [pm2](https://pm2.keymetrics.io/) - For running Tianji in the background - [pm2](https://pm2.keymetrics.io/) - For running Tianji in the background