chore: updated gnpm globally

This commit is contained in:
SamTV12345 2025-10-19 18:17:07 +02:00
parent 0d4b765593
commit bb38c50cbe
12 changed files with 58 additions and 36 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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: