diff --git a/.github/workflows/backend-tests.yml b/.github/workflows/backend-tests.yml index 3bf7569ac..fa47950e4 100644 --- a/.github/workflows/backend-tests.yml +++ b/.github/workflows/backend-tests.yml @@ -40,14 +40,14 @@ jobs: ${{ env.PNPM_HOME }} ~/.local/share/gnpm /usr/local/bin/gnpm - /usr/local/bin/gnpm-0.0.12 + /usr/local/bin/gnpm-0.1.0 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: 0.1.0 - name: Install libreoffice uses: awalsh128/cache-apt-pkgs-action@v1.5.3 @@ -96,14 +96,14 @@ jobs: ${{ env.PNPM_HOME }} ~/.local/share/gnpm /usr/local/bin/gnpm - /usr/local/bin/gnpm-0.0.12 + /usr/local/bin/gnpm-0.1.0 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: 0.1.0 - name: Install libreoffice uses: awalsh128/cache-apt-pkgs-action@v1.5.3 @@ -171,7 +171,7 @@ jobs: - name: Setup gnpm uses: SamTV12345/gnpm-setup@main with: - version: 0.0.12 + version: 0.1.0 - name: Install all dependencies and symlink for ep_etherpad-lite run: gnpm install --frozen-lockfile --runtimeVersion="${{ matrix.node }}" @@ -224,7 +224,7 @@ jobs: - name: Setup gnpm uses: SamTV12345/gnpm-setup@main with: - version: 0.0.12 + version: 0.1.0 - name: Install dependencies run: gnpm install --runtimeVersion="${{ matrix.node }}" - name: Build admin ui diff --git a/.github/workflows/build-and-deploy-docs.yml b/.github/workflows/build-and-deploy-docs.yml index 8ff8435ae..1981c39de 100644 --- a/.github/workflows/build-and-deploy-docs.yml +++ b/.github/workflows/build-and-deploy-docs.yml @@ -41,14 +41,14 @@ jobs: ${{ env.STORE_PATH }} ~/.local/share/gnpm /usr/local/bin/gnpm - /usr/local/bin/gnpm-0.0.12 + /usr/local/bin/gnpm-0.1.0 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: 0.1.0 - name: Setup Pages uses: actions/configure-pages@v5 - name: Install dependencies diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 743a9aa42..d48bcb39e 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -52,14 +52,14 @@ jobs: ${{ env.PNPM_HOME }} ~/.local/share/gnpm /usr/local/bin/gnpm - /usr/local/bin/gnpm-0.0.12 + /usr/local/bin/gnpm-0.1.0 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: 0.1.0 - name: Test working-directory: etherpad diff --git a/.github/workflows/frontend-admin-tests.yml b/.github/workflows/frontend-admin-tests.yml index e65c8600c..93b829598 100644 --- a/.github/workflows/frontend-admin-tests.yml +++ b/.github/workflows/frontend-admin-tests.yml @@ -39,14 +39,14 @@ jobs: ${{ env.PNPM_HOME }} ~/.local/share/gnpm /usr/local/bin/gnpm - /usr/local/bin/gnpm-0.0.12 + /usr/local/bin/gnpm-0.1.0 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: 0.1.0 - name: Cache playwright binaries uses: actions/cache@v4 id: playwright-cache diff --git a/.github/workflows/frontend-tests.yml b/.github/workflows/frontend-tests.yml index eec808de8..dfabafca4 100644 --- a/.github/workflows/frontend-tests.yml +++ b/.github/workflows/frontend-tests.yml @@ -34,14 +34,14 @@ jobs: ~/.cache/ms-playwright ~/.local/share/gnpm /usr/local/bin/gnpm - /usr/local/bin/gnpm-0.0.12 + /usr/local/bin/gnpm-0.1.0 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: 0.1.0 - name: Install all dependencies and symlink for ep_etherpad-lite run: gnpm install --frozen-lockfile @@ -97,14 +97,14 @@ jobs: ~/.local/share/gnpm ~/.cache/ms-playwright /usr/local/bin/gnpm - /usr/local/bin/gnpm-0.0.12 + /usr/local/bin/gnpm-0.1.0 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: 0.1.0 - name: Install all dependencies and symlink for ep_etherpad-lite run: gnpm install --frozen-lockfile - name: export GIT_HASH to env @@ -159,13 +159,13 @@ jobs: ~/.local/share/gnpm ~/.cache/ms-playwright /usr/local/bin/gnpm - /usr/local/bin/gnpm-0.0.12 + /usr/local/bin/gnpm-0.1.0 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: 0.1.0 - name: Install all dependencies and symlink for ep_etherpad-lite run: gnpm install --frozen-lockfile diff --git a/.github/workflows/handleRelease.yml b/.github/workflows/handleRelease.yml index bc162819e..3dc8e2cb4 100644 --- a/.github/workflows/handleRelease.yml +++ b/.github/workflows/handleRelease.yml @@ -37,14 +37,14 @@ jobs: ~/.local/share/gnpm ~/.cache/ms-playwright /usr/local/bin/gnpm - /usr/local/bin/gnpm-0.0.12 + /usr/local/bin/gnpm-0.1.0 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: 0.1.0 - name: Install all dependencies and symlink for ep_etherpad-lite run: gnpm install --frozen-lockfile - name: Build etherpad diff --git a/.github/workflows/load-test.yml b/.github/workflows/load-test.yml index 67101f3e1..25198b5a6 100644 --- a/.github/workflows/load-test.yml +++ b/.github/workflows/load-test.yml @@ -38,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-0.1.0 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: 0.1.0 - name: Install all dependencies and symlink for ep_etherpad-lite run: gnpm install --frozen-lockfile @@ -81,14 +81,14 @@ jobs: ~/.local/share/gnpm ~/.cache/ms-playwright /usr/local/bin/gnpm - /usr/local/bin/gnpm-0.0.12 + /usr/local/bin/gnpm-0.1.0 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: 0.1.0 - name: Install etherpad-load-test run: sudo npm install -g etherpad-load-test-socket-io @@ -149,14 +149,14 @@ jobs: ~/.local/share/gnpm ~/.cache/ms-playwright /usr/local/bin/gnpm - /usr/local/bin/gnpm-0.0.12 + /usr/local/bin/gnpm-0.1.0 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: 0.1.0 - name: Install all dependencies and symlink for ep_etherpad-lite run: gnpm install --frozen-lockfile diff --git a/.github/workflows/perform-type-check.yml b/.github/workflows/perform-type-check.yml index 368e0eda6..b28907fd2 100644 --- a/.github/workflows/perform-type-check.yml +++ b/.github/workflows/perform-type-check.yml @@ -34,14 +34,14 @@ jobs: ~/.local/share/gnpm ~/.cache/ms-playwright /usr/local/bin/gnpm - /usr/local/bin/gnpm-0.0.12 + /usr/local/bin/gnpm-0.1.0 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: 0.1.0 - name: Install all dependencies and symlink for ep_etherpad-lite run: gnpm install --frozen-lockfile diff --git a/.github/workflows/rate-limit.yml b/.github/workflows/rate-limit.yml index 31f232ec7..f70b75cdd 100644 --- a/.github/workflows/rate-limit.yml +++ b/.github/workflows/rate-limit.yml @@ -37,14 +37,14 @@ jobs: ~/.local/share/gnpm ~/.cache/ms-playwright /usr/local/bin/gnpm - /usr/local/bin/gnpm-0.0.12 + /usr/local/bin/gnpm-0.1.0 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: 0.1.0 - name: docker network diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8b011aafc..83386ac08 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,14 +56,14 @@ jobs: ~/.local/share/gnpm ~/.cache/ms-playwright /usr/local/bin/gnpm - /usr/local/bin/gnpm-0.0.12 + /usr/local/bin/gnpm-0.1.0 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: 0.1.0 - name: Install dependencies ether.github.com run: gnpm install --frozen-lockfile working-directory: ether.github.com diff --git a/.github/workflows/releaseEtherpad.yml b/.github/workflows/releaseEtherpad.yml index 88857a287..c98703d95 100644 --- a/.github/workflows/releaseEtherpad.yml +++ b/.github/workflows/releaseEtherpad.yml @@ -25,14 +25,14 @@ jobs: ${{ env.STORE_PATH }} ~/.local/share/gnpm /usr/local/bin/gnpm - /usr/local/bin/gnpm-0.0.12 + /usr/local/bin/gnpm-0.1.0 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: 0.1.0 - name: Install dependencies run: gnpm install --frozen-lockfile - name: Rename etherpad diff --git a/.github/workflows/upgrade-from-latest-release.yml b/.github/workflows/upgrade-from-latest-release.yml index 046bd8665..38b82d2e5 100644 --- a/.github/workflows/upgrade-from-latest-release.yml +++ b/.github/workflows/upgrade-from-latest-release.yml @@ -43,14 +43,14 @@ jobs: ~/.local/share/gnpm ~/.cache/ms-playwright /usr/local/bin/gnpm - /usr/local/bin/gnpm-0.0.12 + /usr/local/bin/gnpm-0.1.0 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: 0.1.0 - name: Install libreoffice uses: awalsh128/cache-apt-pkgs-action@v1.5.3 with: