mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-01-23 02:35:34 +00:00
chore: updated gnpm resolving
This commit is contained in:
parent
bb38c50cbe
commit
1ffc346a15
12 changed files with 36 additions and 36 deletions
12
.github/workflows/backend-tests.yml
vendored
12
.github/workflows/backend-tests.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
4
.github/workflows/build-and-deploy-docs.yml
vendored
4
.github/workflows/build-and-deploy-docs.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
4
.github/workflows/frontend-admin-tests.yml
vendored
4
.github/workflows/frontend-admin-tests.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
12
.github/workflows/frontend-tests.yml
vendored
12
.github/workflows/frontend-tests.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
4
.github/workflows/handleRelease.yml
vendored
4
.github/workflows/handleRelease.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
12
.github/workflows/load-test.yml
vendored
12
.github/workflows/load-test.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
4
.github/workflows/perform-type-check.yml
vendored
4
.github/workflows/perform-type-check.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
4
.github/workflows/rate-limit.yml
vendored
4
.github/workflows/rate-limit.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
4
.github/workflows/releaseEtherpad.yml
vendored
4
.github/workflows/releaseEtherpad.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue