Bumped pnpm (#6351)

* Bumped pnpm

* Install correct pnpm version

* Install specific pnpm version.
This commit is contained in:
SamTV12345 2024-04-24 19:08:48 +02:00 committed by GitHub
parent 6e52eaabe1
commit fb2f4e8f54
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 4930 additions and 3937 deletions

View file

@ -36,7 +36,7 @@ jobs:
- uses: pnpm/action-setup@v3
name: Install pnpm
with:
version: 8
version: 9.0.4
run_install: false
- name: Get pnpm store directory
shell: bash
@ -93,7 +93,7 @@ jobs:
- uses: pnpm/action-setup@v3
name: Install pnpm
with:
version: 8
version: 9.0.4
run_install: false
- name: Get pnpm store directory
shell: bash
@ -163,7 +163,7 @@ jobs:
- uses: pnpm/action-setup@v3
name: Install pnpm
with:
version: 8
version: 9.0.4
run_install: false
- name: Get pnpm store directory
shell: bash
@ -216,7 +216,7 @@ jobs:
- uses: pnpm/action-setup@v3
name: Install pnpm
with:
version: 8
version: 9.0.4
run_install: false
- name: Get pnpm store directory
shell: bash

View file

@ -38,7 +38,7 @@ jobs:
- uses: pnpm/action-setup@v3
name: Install pnpm
with:
version: 8
version: 9.0.4
run_install: false
- name: Get pnpm store directory
shell: bash

View file

@ -47,7 +47,7 @@ jobs:
- uses: pnpm/action-setup@v3
name: Install pnpm
with:
version: 8
version: 9.0.4
run_install: false
- name: Get pnpm store directory
shell: bash

View file

@ -37,7 +37,7 @@ jobs:
- uses: pnpm/action-setup@v3
name: Install pnpm
with:
version: 8
version: 9.0.4
run_install: false
- name: Get pnpm store directory
shell: bash

View file

@ -30,7 +30,7 @@ jobs:
- uses: pnpm/action-setup@v3
name: Install pnpm
with:
version: 8
version: 9.0.4
run_install: false
- name: Get pnpm store directory
shell: bash
@ -96,7 +96,7 @@ jobs:
- uses: pnpm/action-setup@v3
name: Install pnpm
with:
version: 8
version: 9.0.4
run_install: false
- name: Get pnpm store directory
shell: bash
@ -163,7 +163,7 @@ jobs:
- uses: pnpm/action-setup@v3
name: Install pnpm
with:
version: 8
version: 9.0.4
run_install: false
- name: Get pnpm store directory
shell: bash

View file

@ -32,7 +32,7 @@ jobs:
- uses: pnpm/action-setup@v3
name: Install pnpm
with:
version: 8
version: 9.0.4
run_install: false
- name: Get pnpm store directory
shell: bash
@ -76,7 +76,7 @@ jobs:
- uses: pnpm/action-setup@v3
name: Install pnpm
with:
version: 8
version: 9.0.4
run_install: false
- name: Get pnpm store directory
shell: bash
@ -147,7 +147,7 @@ jobs:
- uses: pnpm/action-setup@v3
name: Install pnpm
with:
version: 8
version: 9.0.4
run_install: false
- name: Get pnpm store directory
shell: bash

View file

@ -29,7 +29,7 @@ jobs:
- uses: pnpm/action-setup@v3
name: Install pnpm
with:
version: 8
version: 9.0.4
run_install: false
- name: Get pnpm store directory
shell: bash

View file

@ -32,7 +32,7 @@ jobs:
- uses: pnpm/action-setup@v3
name: Install pnpm
with:
version: 8
version: 9.0.4
run_install: false
- name: Get pnpm store directory
shell: bash

View file

@ -38,7 +38,7 @@ jobs:
- uses: pnpm/action-setup@v3
name: Install pnpm
with:
version: 8
version: 9.0.4
run_install: false
- name: Only install direct dependencies
run: pnpm config set auto-install-peers false

View file

@ -38,7 +38,7 @@ jobs:
- uses: pnpm/action-setup@v3
name: Install pnpm
with:
version: 8
version: 9.0.4
run_install: false
- name: Get pnpm store directory
shell: bash
@ -132,7 +132,7 @@ jobs:
- uses: pnpm/action-setup@v3
name: Install pnpm
with:
version: 8
version: 9.0.4
run_install: false
- name: Get pnpm store directory
shell: bash

View file

@ -8,7 +8,7 @@ FROM node:alpine as adminBuild
WORKDIR /opt/etherpad-lite
COPY ./ ./
RUN cd ./admin && npm install -g pnpm && pnpm install && pnpm run build --outDir ./dist
RUN cd ./admin && npm install -g pnpm@9.0.4 && pnpm install && pnpm run build --outDir ./dist
RUN cd ./ui && pnpm install && pnpm run build --outDir ./dist
@ -91,7 +91,7 @@ RUN mkdir -p "${EP_DIR}" && chown etherpad:etherpad "${EP_DIR}"
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=863199
RUN \
mkdir -p /usr/share/man/man1 && \
npm install pnpm -g && \
npm install pnpm@9.0.4 -g && \
apk update && apk upgrade && \
apk add --no-cache \
ca-certificates \

File diff suppressed because it is too large Load diff