chore: updated gnpm resolving

This commit is contained in:
SamTV12345 2025-10-19 18:21:55 +02:00
parent bb38c50cbe
commit 1ffc346a15
12 changed files with 36 additions and 36 deletions

View file

@ -42,14 +42,14 @@ jobs:
${{ env.PNPM_HOME }}
~/.local/share/gnpm
/usr/local/bin/gnpm
/usr/local/bin/gnpm-$GNPM_VERSION
/usr/local/bin/gnpm-${{ env.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: $GNPM_VERSION
version: ${{ env.GNPM_VERSION }}
-
name: Install libreoffice
uses: awalsh128/cache-apt-pkgs-action@v1.6.0
@ -98,14 +98,14 @@ jobs:
${{ env.PNPM_HOME }}
~/.local/share/gnpm
/usr/local/bin/gnpm
/usr/local/bin/gnpm-$GNPM_VERSION
/usr/local/bin/gnpm-${{ env.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: $GNPM_VERSION
version: ${{ env.GNPM_VERSION }}
-
name: Install libreoffice
uses: awalsh128/cache-apt-pkgs-action@v1.6.0
@ -173,7 +173,7 @@ jobs:
- name: Setup gnpm
uses: SamTV12345/gnpm-setup@main
with:
version: $GNPM_VERSION
version: ${{ env.GNPM_VERSION }}
-
name: Install all dependencies and symlink for ep_etherpad-lite
run: gnpm install --frozen-lockfile --runtimeVersion="${{ matrix.node }}"
@ -226,7 +226,7 @@ jobs:
- name: Setup gnpm
uses: SamTV12345/gnpm-setup@main
with:
version: $GNPM_VERSION
version: ${{ env.GNPM_VERSION }}
- name: Install dependencies
run: gnpm install --runtimeVersion="${{ matrix.node }}"
- name: Build admin ui

View file

@ -44,14 +44,14 @@ jobs:
${{ env.STORE_PATH }}
~/.local/share/gnpm
/usr/local/bin/gnpm
/usr/local/bin/gnpm-$GNPM_VERSION
/usr/local/bin/gnpm-${{ env.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: $GNPM_VERSION
version: ${{ env.GNPM_VERSION }}
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Install dependencies

View file

@ -55,14 +55,14 @@ jobs:
${{ env.PNPM_HOME }}
~/.local/share/gnpm
/usr/local/bin/gnpm
/usr/local/bin/gnpm-$GNPM_VERSION
/usr/local/bin/gnpm-${{ env.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: $GNPM_VERSION
version: ${{ env.GNPM_VERSION }}
-
name: Test
working-directory: etherpad

View file

@ -43,14 +43,14 @@ jobs:
${{ env.PNPM_HOME }}
~/.local/share/gnpm
/usr/local/bin/gnpm
/usr/local/bin/gnpm-$GNPM_VERSION
/usr/local/bin/gnpm-${{ env.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: $GNPM_VERSION
version: ${{ env.GNPM_VERSION }}
- name: Cache playwright binaries
uses: actions/cache@v4
id: playwright-cache

View file

@ -37,14 +37,14 @@ jobs:
~/.cache/ms-playwright
~/.local/share/gnpm
/usr/local/bin/gnpm
/usr/local/bin/gnpm-$GNPM_VERSION
/usr/local/bin/gnpm-${{ env.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: $GNPM_VERSION
version: ${{ env.GNPM_VERSION }}
-
name: Install all dependencies and symlink for ep_etherpad-lite
run: gnpm install --frozen-lockfile
@ -100,14 +100,14 @@ jobs:
~/.local/share/gnpm
~/.cache/ms-playwright
/usr/local/bin/gnpm
/usr/local/bin/gnpm-$GNPM_VERSION
/usr/local/bin/gnpm-${{ env.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: $GNPM_VERSION
version: ${{ env.GNPM_VERSION }}
- name: Install all dependencies and symlink for ep_etherpad-lite
run: gnpm install --frozen-lockfile
- name: export GIT_HASH to env
@ -162,13 +162,13 @@ jobs:
~/.local/share/gnpm
~/.cache/ms-playwright
/usr/local/bin/gnpm
/usr/local/bin/gnpm-$GNPM_VERSION
/usr/local/bin/gnpm-${{ env.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: $GNPM_VERSION
version: ${{ env.GNPM_VERSION }}
-
name: Install all dependencies and symlink for ep_etherpad-lite
run: gnpm install --frozen-lockfile

View file

@ -38,14 +38,14 @@ jobs:
~/.local/share/gnpm
~/.cache/ms-playwright
/usr/local/bin/gnpm
/usr/local/bin/gnpm-$GNPM_VERSION
/usr/local/bin/gnpm-${{ env.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: $GNPM_VERSION
version: ${{ env.GNPM_VERSION }}
- name: Install all dependencies and symlink for ep_etherpad-lite
run: gnpm install --frozen-lockfile
- name: Build etherpad

View file

@ -39,14 +39,14 @@ jobs:
~/.local/share/gnpm
~/.cache/ms-playwright
/usr/local/bin/gnpm
/usr/local/bin/gnpm-$GNPM_VERSION
/usr/local/bin/gnpm-${{ env.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: $GNPM_VERSION
version: ${{ env.GNPM_VERSION }}
-
name: Install all dependencies and symlink for ep_etherpad-lite
run: gnpm install --frozen-lockfile
@ -82,14 +82,14 @@ jobs:
~/.local/share/gnpm
~/.cache/ms-playwright
/usr/local/bin/gnpm
/usr/local/bin/gnpm-$GNPM_VERSION
/usr/local/bin/gnpm-${{ env.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: $GNPM_VERSION
version: ${{ env.GNPM_VERSION }}
-
name: Install etherpad-load-test
run: sudo npm install -g etherpad-load-test-socket-io
@ -150,14 +150,14 @@ jobs:
~/.local/share/gnpm
~/.cache/ms-playwright
/usr/local/bin/gnpm
/usr/local/bin/gnpm-$GNPM_VERSION
/usr/local/bin/gnpm-${{ env.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: $GNPM_VERSION
version: ${{ env.GNPM_VERSION }}
-
name: Install all dependencies and symlink for ep_etherpad-lite
run: gnpm install --frozen-lockfile

View file

@ -35,14 +35,14 @@ jobs:
~/.local/share/gnpm
~/.cache/ms-playwright
/usr/local/bin/gnpm
/usr/local/bin/gnpm-$GNPM_VERSION
/usr/local/bin/gnpm-${{ env.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: $GNPM_VERSION
version: ${{ env.GNPM_VERSION }}
-
name: Install all dependencies and symlink for ep_etherpad-lite
run: gnpm install --frozen-lockfile

View file

@ -38,14 +38,14 @@ jobs:
~/.local/share/gnpm
~/.cache/ms-playwright
/usr/local/bin/gnpm
/usr/local/bin/gnpm-$GNPM_VERSION
/usr/local/bin/gnpm-${{ env.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: $GNPM_VERSION
version: ${{ env.GNPM_VERSION }}
-
name: docker network

View file

@ -57,14 +57,14 @@ jobs:
~/.local/share/gnpm
~/.cache/ms-playwright
/usr/local/bin/gnpm
/usr/local/bin/gnpm-$GNPM_VERSION
/usr/local/bin/gnpm-${{ env.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: $GNPM_VERSION
version: ${{ env.GNPM_VERSION }}
- name: Install dependencies ether.github.com
run: gnpm install --frozen-lockfile
working-directory: ether.github.com

View file

@ -26,14 +26,14 @@ jobs:
${{ env.STORE_PATH }}
~/.local/share/gnpm
/usr/local/bin/gnpm
/usr/local/bin/gnpm-$GNPM_VERSION
/usr/local/bin/gnpm-${{ env.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: $GNPM_VERSION
version: ${{ env.GNPM_VERSION }}
- name: Install dependencies
run: gnpm install --frozen-lockfile
- name: Rename etherpad

View file

@ -44,14 +44,14 @@ jobs:
~/.local/share/gnpm
~/.cache/ms-playwright
/usr/local/bin/gnpm
/usr/local/bin/gnpm-$GNPM_VERSION
/usr/local/bin/gnpm-${{ env.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: $GNPM_VERSION
version: ${{ env.GNPM_VERSION }}
- name: Install libreoffice
uses: awalsh128/cache-apt-pkgs-action@v1.6.0
with: