mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-01-23 02:35:34 +00:00
chore: updated gnpm globally
This commit is contained in:
parent
0d4b765593
commit
bb38c50cbe
12 changed files with 58 additions and 36 deletions
14
.github/workflows/backend-tests.yml
vendored
14
.github/workflows/backend-tests.yml
vendored
|
|
@ -12,6 +12,8 @@ on:
|
|||
permissions:
|
||||
contents: read
|
||||
|
||||
env:
|
||||
GNPM_VERSION: 0.1.0
|
||||
|
||||
jobs:
|
||||
withoutpluginsLinux:
|
||||
|
|
@ -40,14 +42,14 @@ jobs:
|
|||
${{ env.PNPM_HOME }}
|
||||
~/.local/share/gnpm
|
||||
/usr/local/bin/gnpm
|
||||
/usr/local/bin/gnpm-0.0.12
|
||||
/usr/local/bin/gnpm-$GNPM_VERSION
|
||||
key: ${{ runner.os }}-gnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-gnpm-store-
|
||||
- name: Setup gnpm
|
||||
uses: SamTV12345/gnpm-setup@main
|
||||
with:
|
||||
version: 0.0.12
|
||||
version: $GNPM_VERSION
|
||||
-
|
||||
name: Install libreoffice
|
||||
uses: awalsh128/cache-apt-pkgs-action@v1.6.0
|
||||
|
|
@ -96,14 +98,14 @@ jobs:
|
|||
${{ env.PNPM_HOME }}
|
||||
~/.local/share/gnpm
|
||||
/usr/local/bin/gnpm
|
||||
/usr/local/bin/gnpm-0.0.12
|
||||
/usr/local/bin/gnpm-$GNPM_VERSION
|
||||
key: ${{ runner.os }}-gnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-gnpm-store-
|
||||
- name: Setup gnpm
|
||||
uses: SamTV12345/gnpm-setup@main
|
||||
with:
|
||||
version: 0.0.12
|
||||
version: $GNPM_VERSION
|
||||
-
|
||||
name: Install libreoffice
|
||||
uses: awalsh128/cache-apt-pkgs-action@v1.6.0
|
||||
|
|
@ -171,7 +173,7 @@ jobs:
|
|||
- name: Setup gnpm
|
||||
uses: SamTV12345/gnpm-setup@main
|
||||
with:
|
||||
version: 0.0.12
|
||||
version: $GNPM_VERSION
|
||||
-
|
||||
name: Install all dependencies and symlink for ep_etherpad-lite
|
||||
run: gnpm install --frozen-lockfile --runtimeVersion="${{ matrix.node }}"
|
||||
|
|
@ -224,7 +226,7 @@ jobs:
|
|||
- name: Setup gnpm
|
||||
uses: SamTV12345/gnpm-setup@main
|
||||
with:
|
||||
version: 0.0.12
|
||||
version: $GNPM_VERSION
|
||||
- name: Install dependencies
|
||||
run: gnpm install --runtimeVersion="${{ matrix.node }}"
|
||||
- name: Build admin ui
|
||||
|
|
|
|||
7
.github/workflows/build-and-deploy-docs.yml
vendored
7
.github/workflows/build-and-deploy-docs.yml
vendored
|
|
@ -23,6 +23,9 @@ concurrency:
|
|||
group: "pages"
|
||||
cancel-in-progress: false
|
||||
|
||||
env:
|
||||
GNPM_VERSION: 0.1.0
|
||||
|
||||
jobs:
|
||||
# Single deploy job since we're just deploying
|
||||
deploy:
|
||||
|
|
@ -41,14 +44,14 @@ jobs:
|
|||
${{ env.STORE_PATH }}
|
||||
~/.local/share/gnpm
|
||||
/usr/local/bin/gnpm
|
||||
/usr/local/bin/gnpm-0.0.12
|
||||
/usr/local/bin/gnpm-$GNPM_VERSION
|
||||
key: ${{ runner.os }}-gnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-gnpm-store-
|
||||
- name: Setup gnpm
|
||||
uses: SamTV12345/gnpm-setup@main
|
||||
with:
|
||||
version: 0.0.12
|
||||
version: $GNPM_VERSION
|
||||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v5
|
||||
- name: Install dependencies
|
||||
|
|
|
|||
7
.github/workflows/docker.yml
vendored
7
.github/workflows/docker.yml
vendored
|
|
@ -15,6 +15,9 @@ env:
|
|||
permissions:
|
||||
contents: read
|
||||
|
||||
env:
|
||||
GNPM_VERSION: 0.1.0
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
@ -52,14 +55,14 @@ jobs:
|
|||
${{ env.PNPM_HOME }}
|
||||
~/.local/share/gnpm
|
||||
/usr/local/bin/gnpm
|
||||
/usr/local/bin/gnpm-0.0.12
|
||||
/usr/local/bin/gnpm-$GNPM_VERSION
|
||||
key: ${{ runner.os }}-gnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-gnpm-store-
|
||||
- name: Setup gnpm
|
||||
uses: SamTV12345/gnpm-setup@main
|
||||
with:
|
||||
version: 0.0.12
|
||||
version: $GNPM_VERSION
|
||||
-
|
||||
name: Test
|
||||
working-directory: etherpad
|
||||
|
|
|
|||
8
.github/workflows/frontend-admin-tests.yml
vendored
8
.github/workflows/frontend-admin-tests.yml
vendored
|
|
@ -9,6 +9,10 @@ on:
|
|||
permissions:
|
||||
contents: read # to fetch code (actions/checkout)
|
||||
|
||||
|
||||
env:
|
||||
GNPM_VERSION: 0.1.0
|
||||
|
||||
jobs:
|
||||
withplugins:
|
||||
env:
|
||||
|
|
@ -39,14 +43,14 @@ jobs:
|
|||
${{ env.PNPM_HOME }}
|
||||
~/.local/share/gnpm
|
||||
/usr/local/bin/gnpm
|
||||
/usr/local/bin/gnpm-0.0.12
|
||||
/usr/local/bin/gnpm-$GNPM_VERSION
|
||||
key: ${{ runner.os }}-gnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-gnpm-store-
|
||||
- name: Setup gnpm
|
||||
uses: SamTV12345/gnpm-setup@main
|
||||
with:
|
||||
version: 0.0.12
|
||||
version: $GNPM_VERSION
|
||||
- name: Cache playwright binaries
|
||||
uses: actions/cache@v4
|
||||
id: playwright-cache
|
||||
|
|
|
|||
15
.github/workflows/frontend-tests.yml
vendored
15
.github/workflows/frontend-tests.yml
vendored
|
|
@ -9,6 +9,9 @@ on:
|
|||
permissions:
|
||||
contents: read # to fetch code (actions/checkout)
|
||||
|
||||
env:
|
||||
GNPM_VERSION: 0.1.0
|
||||
|
||||
jobs:
|
||||
playwright-chrome:
|
||||
env:
|
||||
|
|
@ -34,14 +37,14 @@ jobs:
|
|||
~/.cache/ms-playwright
|
||||
~/.local/share/gnpm
|
||||
/usr/local/bin/gnpm
|
||||
/usr/local/bin/gnpm-0.0.12
|
||||
/usr/local/bin/gnpm-$GNPM_VERSION
|
||||
key: ${{ runner.os }}-gnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-gnpm-store-
|
||||
- name: Setup gnpm
|
||||
uses: SamTV12345/gnpm-setup@main
|
||||
with:
|
||||
version: 0.0.12
|
||||
version: $GNPM_VERSION
|
||||
-
|
||||
name: Install all dependencies and symlink for ep_etherpad-lite
|
||||
run: gnpm install --frozen-lockfile
|
||||
|
|
@ -97,14 +100,14 @@ jobs:
|
|||
~/.local/share/gnpm
|
||||
~/.cache/ms-playwright
|
||||
/usr/local/bin/gnpm
|
||||
/usr/local/bin/gnpm-0.0.12
|
||||
/usr/local/bin/gnpm-$GNPM_VERSION
|
||||
key: ${{ runner.os }}-gnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-gnpm-store-
|
||||
- name: Setup gnpm
|
||||
uses: SamTV12345/gnpm-setup@main
|
||||
with:
|
||||
version: 0.0.12
|
||||
version: $GNPM_VERSION
|
||||
- name: Install all dependencies and symlink for ep_etherpad-lite
|
||||
run: gnpm install --frozen-lockfile
|
||||
- name: export GIT_HASH to env
|
||||
|
|
@ -159,13 +162,13 @@ jobs:
|
|||
~/.local/share/gnpm
|
||||
~/.cache/ms-playwright
|
||||
/usr/local/bin/gnpm
|
||||
/usr/local/bin/gnpm-0.0.12
|
||||
/usr/local/bin/gnpm-$GNPM_VERSION
|
||||
key: ${{ runner.os }}-gnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
|
||||
restore-keys: ${{ runner.os }}-gnpm-store-
|
||||
- name: Setup gnpm
|
||||
uses: SamTV12345/gnpm-setup@main
|
||||
with:
|
||||
version: 0.0.12
|
||||
version: $GNPM_VERSION
|
||||
-
|
||||
name: Install all dependencies and symlink for ep_etherpad-lite
|
||||
run: gnpm install --frozen-lockfile
|
||||
|
|
|
|||
5
.github/workflows/handleRelease.yml
vendored
5
.github/workflows/handleRelease.yml
vendored
|
|
@ -13,6 +13,7 @@ permissions:
|
|||
|
||||
env:
|
||||
PNPM_HOME: ~/.pnpm-store
|
||||
GNPM_VERSION: 0.1.0
|
||||
|
||||
jobs:
|
||||
create-release:
|
||||
|
|
@ -37,14 +38,14 @@ jobs:
|
|||
~/.local/share/gnpm
|
||||
~/.cache/ms-playwright
|
||||
/usr/local/bin/gnpm
|
||||
/usr/local/bin/gnpm-0.0.12
|
||||
/usr/local/bin/gnpm-$GNPM_VERSION
|
||||
key: ${{ runner.os }}-gnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-gnpm-store-
|
||||
- name: Setup gnpm
|
||||
uses: SamTV12345/gnpm-setup@main
|
||||
with:
|
||||
version: 0.0.12
|
||||
version: $GNPM_VERSION
|
||||
- name: Install all dependencies and symlink for ep_etherpad-lite
|
||||
run: gnpm install --frozen-lockfile
|
||||
- name: Build etherpad
|
||||
|
|
|
|||
13
.github/workflows/load-test.yml
vendored
13
.github/workflows/load-test.yml
vendored
|
|
@ -15,6 +15,7 @@ permissions:
|
|||
env:
|
||||
PNPM_HOME: ~/.pnpm-store
|
||||
LOG_LEVEL: DEBUG
|
||||
GNPM_VERSION: 0.1.0
|
||||
|
||||
jobs:
|
||||
withoutplugins:
|
||||
|
|
@ -38,14 +39,14 @@ jobs:
|
|||
~/.local/share/gnpm
|
||||
~/.cache/ms-playwright
|
||||
/usr/local/bin/gnpm
|
||||
/usr/local/bin/gnpm-0.0.12
|
||||
/usr/local/bin/gnpm-$GNPM_VERSION
|
||||
key: ${{ runner.os }}-gnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-gnpm-store-
|
||||
- name: Setup gnpm
|
||||
uses: SamTV12345/gnpm-setup@main
|
||||
with:
|
||||
version: 0.0.12
|
||||
version: $GNPM_VERSION
|
||||
-
|
||||
name: Install all dependencies and symlink for ep_etherpad-lite
|
||||
run: gnpm install --frozen-lockfile
|
||||
|
|
@ -81,14 +82,14 @@ jobs:
|
|||
~/.local/share/gnpm
|
||||
~/.cache/ms-playwright
|
||||
/usr/local/bin/gnpm
|
||||
/usr/local/bin/gnpm-0.0.12
|
||||
/usr/local/bin/gnpm-$GNPM_VERSION
|
||||
key: ${{ runner.os }}-gnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-gnpm-store-
|
||||
- name: Setup gnpm
|
||||
uses: SamTV12345/gnpm-setup@main
|
||||
with:
|
||||
version: 0.0.12
|
||||
version: $GNPM_VERSION
|
||||
-
|
||||
name: Install etherpad-load-test
|
||||
run: sudo npm install -g etherpad-load-test-socket-io
|
||||
|
|
@ -149,14 +150,14 @@ jobs:
|
|||
~/.local/share/gnpm
|
||||
~/.cache/ms-playwright
|
||||
/usr/local/bin/gnpm
|
||||
/usr/local/bin/gnpm-0.0.12
|
||||
/usr/local/bin/gnpm-$GNPM_VERSION
|
||||
key: ${{ runner.os }}-gnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-gnpm-store-
|
||||
- name: Setup gnpm
|
||||
uses: SamTV12345/gnpm-setup@main
|
||||
with:
|
||||
version: 0.0.12
|
||||
version: $GNPM_VERSION
|
||||
-
|
||||
name: Install all dependencies and symlink for ep_etherpad-lite
|
||||
run: gnpm install --frozen-lockfile
|
||||
|
|
|
|||
5
.github/workflows/perform-type-check.yml
vendored
5
.github/workflows/perform-type-check.yml
vendored
|
|
@ -14,6 +14,7 @@ permissions:
|
|||
|
||||
env:
|
||||
PNPM_HOME: ~/.pnpm-store
|
||||
GNPM_VERSION: 0.1.0
|
||||
|
||||
jobs:
|
||||
performTypeCheck:
|
||||
|
|
@ -34,14 +35,14 @@ jobs:
|
|||
~/.local/share/gnpm
|
||||
~/.cache/ms-playwright
|
||||
/usr/local/bin/gnpm
|
||||
/usr/local/bin/gnpm-0.0.12
|
||||
/usr/local/bin/gnpm-$GNPM_VERSION
|
||||
key: ${{ runner.os }}-gnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-gnpm-store-
|
||||
- name: Setup gnpm
|
||||
uses: SamTV12345/gnpm-setup@main
|
||||
with:
|
||||
version: 0.0.12
|
||||
version: $GNPM_VERSION
|
||||
-
|
||||
name: Install all dependencies and symlink for ep_etherpad-lite
|
||||
run: gnpm install --frozen-lockfile
|
||||
|
|
|
|||
5
.github/workflows/rate-limit.yml
vendored
5
.github/workflows/rate-limit.yml
vendored
|
|
@ -14,6 +14,7 @@ permissions:
|
|||
|
||||
env:
|
||||
PNPM_HOME: ~/.pnpm-store
|
||||
GNPM_VERSION: 0.1.0
|
||||
|
||||
jobs:
|
||||
ratelimit:
|
||||
|
|
@ -37,14 +38,14 @@ jobs:
|
|||
~/.local/share/gnpm
|
||||
~/.cache/ms-playwright
|
||||
/usr/local/bin/gnpm
|
||||
/usr/local/bin/gnpm-0.0.12
|
||||
/usr/local/bin/gnpm-$GNPM_VERSION
|
||||
key: ${{ runner.os }}-gnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-gnpm-store-
|
||||
- name: Setup gnpm
|
||||
uses: SamTV12345/gnpm-setup@main
|
||||
with:
|
||||
version: 0.0.12
|
||||
version: $GNPM_VERSION
|
||||
|
||||
-
|
||||
name: docker network
|
||||
|
|
|
|||
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
|
@ -16,6 +16,7 @@ on:
|
|||
|
||||
env:
|
||||
PNPM_HOME: ~/.pnpm-store
|
||||
GNPM_VERSION: 0.1.0
|
||||
|
||||
jobs:
|
||||
releases:
|
||||
|
|
@ -56,14 +57,14 @@ jobs:
|
|||
~/.local/share/gnpm
|
||||
~/.cache/ms-playwright
|
||||
/usr/local/bin/gnpm
|
||||
/usr/local/bin/gnpm-0.0.12
|
||||
/usr/local/bin/gnpm-$GNPM_VERSION
|
||||
key: ${{ runner.os }}-gnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-gnpm-store-
|
||||
- name: Setup gnpm
|
||||
uses: SamTV12345/gnpm-setup@main
|
||||
with:
|
||||
version: 0.0.12
|
||||
version: $GNPM_VERSION
|
||||
- name: Install dependencies ether.github.com
|
||||
run: gnpm install --frozen-lockfile
|
||||
working-directory: ether.github.com
|
||||
|
|
|
|||
5
.github/workflows/releaseEtherpad.yml
vendored
5
.github/workflows/releaseEtherpad.yml
vendored
|
|
@ -6,6 +6,7 @@ on:
|
|||
|
||||
env:
|
||||
PNPM_HOME: ~/.pnpm-store
|
||||
GNPM_VERSION: 0.1.0
|
||||
|
||||
jobs:
|
||||
release:
|
||||
|
|
@ -25,14 +26,14 @@ jobs:
|
|||
${{ env.STORE_PATH }}
|
||||
~/.local/share/gnpm
|
||||
/usr/local/bin/gnpm
|
||||
/usr/local/bin/gnpm-0.0.12
|
||||
/usr/local/bin/gnpm-$GNPM_VERSION
|
||||
key: ${{ runner.os }}-gnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-gnpm-store-
|
||||
- name: Setup gnpm
|
||||
uses: SamTV12345/gnpm-setup@main
|
||||
with:
|
||||
version: 0.0.12
|
||||
version: $GNPM_VERSION
|
||||
- name: Install dependencies
|
||||
run: gnpm install --frozen-lockfile
|
||||
- name: Rename etherpad
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ permissions:
|
|||
|
||||
env:
|
||||
PNPM_HOME: ~/.pnpm-store
|
||||
GNPM_VERSION: 0.1.0
|
||||
|
||||
jobs:
|
||||
withpluginsLinux:
|
||||
|
|
@ -43,14 +44,14 @@ jobs:
|
|||
~/.local/share/gnpm
|
||||
~/.cache/ms-playwright
|
||||
/usr/local/bin/gnpm
|
||||
/usr/local/bin/gnpm-0.0.12
|
||||
/usr/local/bin/gnpm-$GNPM_VERSION
|
||||
key: ${{ runner.os }}-gnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-gnpm-store-
|
||||
- name: Setup gnpm
|
||||
uses: SamTV12345/gnpm-setup@main
|
||||
with:
|
||||
version: 0.0.12
|
||||
version: $GNPM_VERSION
|
||||
- name: Install libreoffice
|
||||
uses: awalsh128/cache-apt-pkgs-action@v1.6.0
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue