Skip to content

Commit a086c16

Browse files
committed
chore: added 0.1.0
1 parent 4e1080b commit a086c16

12 files changed

+36
-36
lines changed

.github/workflows/backend-tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ jobs:
4040
${{ env.PNPM_HOME }}
4141
~/.local/share/gnpm
4242
/usr/local/bin/gnpm
43-
/usr/local/bin/gnpm-0.0.12
43+
/usr/local/bin/gnpm-0.1.0
4444
key: ${{ runner.os }}-gnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
4545
restore-keys: |
4646
${{ runner.os }}-gnpm-store-
4747
- name: Setup gnpm
4848
uses: SamTV12345/gnpm-setup@main
4949
with:
50-
version: 0.0.12
50+
version: 0.1.0
5151
-
5252
name: Install libreoffice
5353
uses: awalsh128/[email protected]
@@ -96,14 +96,14 @@ jobs:
9696
${{ env.PNPM_HOME }}
9797
~/.local/share/gnpm
9898
/usr/local/bin/gnpm
99-
/usr/local/bin/gnpm-0.0.12
99+
/usr/local/bin/gnpm-0.1.0
100100
key: ${{ runner.os }}-gnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
101101
restore-keys: |
102102
${{ runner.os }}-gnpm-store-
103103
- name: Setup gnpm
104104
uses: SamTV12345/gnpm-setup@main
105105
with:
106-
version: 0.0.12
106+
version: 0.1.0
107107
-
108108
name: Install libreoffice
109109
uses: awalsh128/[email protected]
@@ -171,7 +171,7 @@ jobs:
171171
- name: Setup gnpm
172172
uses: SamTV12345/gnpm-setup@main
173173
with:
174-
version: 0.0.12
174+
version: 0.1.0
175175
-
176176
name: Install all dependencies and symlink for ep_etherpad-lite
177177
run: gnpm install --frozen-lockfile --runtimeVersion="${{ matrix.node }}"
@@ -224,7 +224,7 @@ jobs:
224224
- name: Setup gnpm
225225
uses: SamTV12345/gnpm-setup@main
226226
with:
227-
version: 0.0.12
227+
version: 0.1.0
228228
- name: Install dependencies
229229
run: gnpm install --runtimeVersion="${{ matrix.node }}"
230230
- name: Build admin ui

.github/workflows/build-and-deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ jobs:
4141
${{ env.STORE_PATH }}
4242
~/.local/share/gnpm
4343
/usr/local/bin/gnpm
44-
/usr/local/bin/gnpm-0.0.12
44+
/usr/local/bin/gnpm-0.1.0
4545
key: ${{ runner.os }}-gnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
4646
restore-keys: |
4747
${{ runner.os }}-gnpm-store-
4848
- name: Setup gnpm
4949
uses: SamTV12345/gnpm-setup@main
5050
with:
51-
version: 0.0.12
51+
version: 0.1.0
5252
- name: Setup Pages
5353
uses: actions/configure-pages@v5
5454
- name: Install dependencies

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ jobs:
5252
${{ env.PNPM_HOME }}
5353
~/.local/share/gnpm
5454
/usr/local/bin/gnpm
55-
/usr/local/bin/gnpm-0.0.12
55+
/usr/local/bin/gnpm-0.1.0
5656
key: ${{ runner.os }}-gnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
5757
restore-keys: |
5858
${{ runner.os }}-gnpm-store-
5959
- name: Setup gnpm
6060
uses: SamTV12345/gnpm-setup@main
6161
with:
62-
version: 0.0.12
62+
version: 0.1.0
6363
-
6464
name: Test
6565
working-directory: etherpad

.github/workflows/frontend-admin-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ jobs:
3939
${{ env.PNPM_HOME }}
4040
~/.local/share/gnpm
4141
/usr/local/bin/gnpm
42-
/usr/local/bin/gnpm-0.0.12
42+
/usr/local/bin/gnpm-0.1.0
4343
key: ${{ runner.os }}-gnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
4444
restore-keys: |
4545
${{ runner.os }}-gnpm-store-
4646
- name: Setup gnpm
4747
uses: SamTV12345/gnpm-setup@main
4848
with:
49-
version: 0.0.12
49+
version: 0.1.0
5050
- name: Cache playwright binaries
5151
uses: actions/cache@v4
5252
id: playwright-cache

.github/workflows/frontend-tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ jobs:
3434
~/.cache/ms-playwright
3535
~/.local/share/gnpm
3636
/usr/local/bin/gnpm
37-
/usr/local/bin/gnpm-0.0.12
37+
/usr/local/bin/gnpm-0.1.0
3838
key: ${{ runner.os }}-gnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
3939
restore-keys: |
4040
${{ runner.os }}-gnpm-store-
4141
- name: Setup gnpm
4242
uses: SamTV12345/gnpm-setup@main
4343
with:
44-
version: 0.0.12
44+
version: 0.1.0
4545
-
4646
name: Install all dependencies and symlink for ep_etherpad-lite
4747
run: gnpm install --frozen-lockfile
@@ -97,14 +97,14 @@ jobs:
9797
~/.local/share/gnpm
9898
~/.cache/ms-playwright
9999
/usr/local/bin/gnpm
100-
/usr/local/bin/gnpm-0.0.12
100+
/usr/local/bin/gnpm-0.1.0
101101
key: ${{ runner.os }}-gnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
102102
restore-keys: |
103103
${{ runner.os }}-gnpm-store-
104104
- name: Setup gnpm
105105
uses: SamTV12345/gnpm-setup@main
106106
with:
107-
version: 0.0.12
107+
version: 0.1.0
108108
- name: Install all dependencies and symlink for ep_etherpad-lite
109109
run: gnpm install --frozen-lockfile
110110
- name: export GIT_HASH to env
@@ -159,13 +159,13 @@ jobs:
159159
~/.local/share/gnpm
160160
~/.cache/ms-playwright
161161
/usr/local/bin/gnpm
162-
/usr/local/bin/gnpm-0.0.12
162+
/usr/local/bin/gnpm-0.1.0
163163
key: ${{ runner.os }}-gnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
164164
restore-keys: ${{ runner.os }}-gnpm-store-
165165
- name: Setup gnpm
166166
uses: SamTV12345/gnpm-setup@main
167167
with:
168-
version: 0.0.12
168+
version: 0.1.0
169169
-
170170
name: Install all dependencies and symlink for ep_etherpad-lite
171171
run: gnpm install --frozen-lockfile

.github/workflows/handleRelease.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ jobs:
3737
~/.local/share/gnpm
3838
~/.cache/ms-playwright
3939
/usr/local/bin/gnpm
40-
/usr/local/bin/gnpm-0.0.12
40+
/usr/local/bin/gnpm-0.1.0
4141
key: ${{ runner.os }}-gnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
4242
restore-keys: |
4343
${{ runner.os }}-gnpm-store-
4444
- name: Setup gnpm
4545
uses: SamTV12345/gnpm-setup@main
4646
with:
47-
version: 0.0.12
47+
version: 0.1.0
4848
- name: Install all dependencies and symlink for ep_etherpad-lite
4949
run: gnpm install --frozen-lockfile
5050
- name: Build etherpad

.github/workflows/load-test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ jobs:
3838
~/.local/share/gnpm
3939
~/.cache/ms-playwright
4040
/usr/local/bin/gnpm
41-
/usr/local/bin/gnpm-0.0.12
41+
/usr/local/bin/gnpm-0.1.0
4242
key: ${{ runner.os }}-gnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
4343
restore-keys: |
4444
${{ runner.os }}-gnpm-store-
4545
- name: Setup gnpm
4646
uses: SamTV12345/gnpm-setup@main
4747
with:
48-
version: 0.0.12
48+
version: 0.1.0
4949
-
5050
name: Install all dependencies and symlink for ep_etherpad-lite
5151
run: gnpm install --frozen-lockfile
@@ -81,14 +81,14 @@ jobs:
8181
~/.local/share/gnpm
8282
~/.cache/ms-playwright
8383
/usr/local/bin/gnpm
84-
/usr/local/bin/gnpm-0.0.12
84+
/usr/local/bin/gnpm-0.1.0
8585
key: ${{ runner.os }}-gnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
8686
restore-keys: |
8787
${{ runner.os }}-gnpm-store-
8888
- name: Setup gnpm
8989
uses: SamTV12345/gnpm-setup@main
9090
with:
91-
version: 0.0.12
91+
version: 0.1.0
9292
-
9393
name: Install etherpad-load-test
9494
run: sudo npm install -g etherpad-load-test-socket-io
@@ -149,14 +149,14 @@ jobs:
149149
~/.local/share/gnpm
150150
~/.cache/ms-playwright
151151
/usr/local/bin/gnpm
152-
/usr/local/bin/gnpm-0.0.12
152+
/usr/local/bin/gnpm-0.1.0
153153
key: ${{ runner.os }}-gnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
154154
restore-keys: |
155155
${{ runner.os }}-gnpm-store-
156156
- name: Setup gnpm
157157
uses: SamTV12345/gnpm-setup@main
158158
with:
159-
version: 0.0.12
159+
version: 0.1.0
160160
-
161161
name: Install all dependencies and symlink for ep_etherpad-lite
162162
run: gnpm install --frozen-lockfile

.github/workflows/perform-type-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ jobs:
3434
~/.local/share/gnpm
3535
~/.cache/ms-playwright
3636
/usr/local/bin/gnpm
37-
/usr/local/bin/gnpm-0.0.12
37+
/usr/local/bin/gnpm-0.1.0
3838
key: ${{ runner.os }}-gnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
3939
restore-keys: |
4040
${{ runner.os }}-gnpm-store-
4141
- name: Setup gnpm
4242
uses: SamTV12345/gnpm-setup@main
4343
with:
44-
version: 0.0.12
44+
version: 0.1.0
4545
-
4646
name: Install all dependencies and symlink for ep_etherpad-lite
4747
run: gnpm install --frozen-lockfile

.github/workflows/rate-limit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ jobs:
3737
~/.local/share/gnpm
3838
~/.cache/ms-playwright
3939
/usr/local/bin/gnpm
40-
/usr/local/bin/gnpm-0.0.12
40+
/usr/local/bin/gnpm-0.1.0
4141
key: ${{ runner.os }}-gnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
4242
restore-keys: |
4343
${{ runner.os }}-gnpm-store-
4444
- name: Setup gnpm
4545
uses: SamTV12345/gnpm-setup@main
4646
with:
47-
version: 0.0.12
47+
version: 0.1.0
4848

4949
-
5050
name: docker network

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ jobs:
5656
~/.local/share/gnpm
5757
~/.cache/ms-playwright
5858
/usr/local/bin/gnpm
59-
/usr/local/bin/gnpm-0.0.12
59+
/usr/local/bin/gnpm-0.1.0
6060
key: ${{ runner.os }}-gnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
6161
restore-keys: |
6262
${{ runner.os }}-gnpm-store-
6363
- name: Setup gnpm
6464
uses: SamTV12345/gnpm-setup@main
6565
with:
66-
version: 0.0.12
66+
version: 0.1.0
6767
- name: Install dependencies ether.github.com
6868
run: gnpm install --frozen-lockfile
6969
working-directory: ether.github.com

0 commit comments

Comments
 (0)