Skip to content

Commit 1ffc346

Browse files
committed
chore: updated gnpm resolving
1 parent bb38c50 commit 1ffc346

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
@@ -42,14 +42,14 @@ jobs:
4242
${{ env.PNPM_HOME }}
4343
~/.local/share/gnpm
4444
/usr/local/bin/gnpm
45-
/usr/local/bin/gnpm-$GNPM_VERSION
45+
/usr/local/bin/gnpm-${{ env.GNPM_VERSION }}
4646
key: ${{ runner.os }}-gnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
4747
restore-keys: |
4848
${{ runner.os }}-gnpm-store-
4949
- name: Setup gnpm
5050
uses: SamTV12345/gnpm-setup@main
5151
with:
52-
version: $GNPM_VERSION
52+
version: ${{ env.GNPM_VERSION }}
5353
-
5454
name: Install libreoffice
5555
uses: awalsh128/[email protected]
@@ -98,14 +98,14 @@ jobs:
9898
${{ env.PNPM_HOME }}
9999
~/.local/share/gnpm
100100
/usr/local/bin/gnpm
101-
/usr/local/bin/gnpm-$GNPM_VERSION
101+
/usr/local/bin/gnpm-${{ env.GNPM_VERSION }}
102102
key: ${{ runner.os }}-gnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
103103
restore-keys: |
104104
${{ runner.os }}-gnpm-store-
105105
- name: Setup gnpm
106106
uses: SamTV12345/gnpm-setup@main
107107
with:
108-
version: $GNPM_VERSION
108+
version: ${{ env.GNPM_VERSION }}
109109
-
110110
name: Install libreoffice
111111
uses: awalsh128/[email protected]
@@ -173,7 +173,7 @@ jobs:
173173
- name: Setup gnpm
174174
uses: SamTV12345/gnpm-setup@main
175175
with:
176-
version: $GNPM_VERSION
176+
version: ${{ env.GNPM_VERSION }}
177177
-
178178
name: Install all dependencies and symlink for ep_etherpad-lite
179179
run: gnpm install --frozen-lockfile --runtimeVersion="${{ matrix.node }}"
@@ -226,7 +226,7 @@ jobs:
226226
- name: Setup gnpm
227227
uses: SamTV12345/gnpm-setup@main
228228
with:
229-
version: $GNPM_VERSION
229+
version: ${{ env.GNPM_VERSION }}
230230
- name: Install dependencies
231231
run: gnpm install --runtimeVersion="${{ matrix.node }}"
232232
- 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
@@ -44,14 +44,14 @@ jobs:
4444
${{ env.STORE_PATH }}
4545
~/.local/share/gnpm
4646
/usr/local/bin/gnpm
47-
/usr/local/bin/gnpm-$GNPM_VERSION
47+
/usr/local/bin/gnpm-${{ env.GNPM_VERSION }}
4848
key: ${{ runner.os }}-gnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
4949
restore-keys: |
5050
${{ runner.os }}-gnpm-store-
5151
- name: Setup gnpm
5252
uses: SamTV12345/gnpm-setup@main
5353
with:
54-
version: $GNPM_VERSION
54+
version: ${{ env.GNPM_VERSION }}
5555
- name: Setup Pages
5656
uses: actions/configure-pages@v5
5757
- name: Install dependencies

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ jobs:
5555
${{ env.PNPM_HOME }}
5656
~/.local/share/gnpm
5757
/usr/local/bin/gnpm
58-
/usr/local/bin/gnpm-$GNPM_VERSION
58+
/usr/local/bin/gnpm-${{ env.GNPM_VERSION }}
5959
key: ${{ runner.os }}-gnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
6060
restore-keys: |
6161
${{ runner.os }}-gnpm-store-
6262
- name: Setup gnpm
6363
uses: SamTV12345/gnpm-setup@main
6464
with:
65-
version: $GNPM_VERSION
65+
version: ${{ env.GNPM_VERSION }}
6666
-
6767
name: Test
6868
working-directory: etherpad

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

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

.github/workflows/frontend-tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ jobs:
3737
~/.cache/ms-playwright
3838
~/.local/share/gnpm
3939
/usr/local/bin/gnpm
40-
/usr/local/bin/gnpm-$GNPM_VERSION
40+
/usr/local/bin/gnpm-${{ env.GNPM_VERSION }}
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: $GNPM_VERSION
47+
version: ${{ env.GNPM_VERSION }}
4848
-
4949
name: Install all dependencies and symlink for ep_etherpad-lite
5050
run: gnpm install --frozen-lockfile
@@ -100,14 +100,14 @@ jobs:
100100
~/.local/share/gnpm
101101
~/.cache/ms-playwright
102102
/usr/local/bin/gnpm
103-
/usr/local/bin/gnpm-$GNPM_VERSION
103+
/usr/local/bin/gnpm-${{ env.GNPM_VERSION }}
104104
key: ${{ runner.os }}-gnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
105105
restore-keys: |
106106
${{ runner.os }}-gnpm-store-
107107
- name: Setup gnpm
108108
uses: SamTV12345/gnpm-setup@main
109109
with:
110-
version: $GNPM_VERSION
110+
version: ${{ env.GNPM_VERSION }}
111111
- name: Install all dependencies and symlink for ep_etherpad-lite
112112
run: gnpm install --frozen-lockfile
113113
- name: export GIT_HASH to env
@@ -162,13 +162,13 @@ jobs:
162162
~/.local/share/gnpm
163163
~/.cache/ms-playwright
164164
/usr/local/bin/gnpm
165-
/usr/local/bin/gnpm-$GNPM_VERSION
165+
/usr/local/bin/gnpm-${{ env.GNPM_VERSION }}
166166
key: ${{ runner.os }}-gnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
167167
restore-keys: ${{ runner.os }}-gnpm-store-
168168
- name: Setup gnpm
169169
uses: SamTV12345/gnpm-setup@main
170170
with:
171-
version: $GNPM_VERSION
171+
version: ${{ env.GNPM_VERSION }}
172172
-
173173
name: Install all dependencies and symlink for ep_etherpad-lite
174174
run: gnpm install --frozen-lockfile

.github/workflows/handleRelease.yml

Lines changed: 2 additions & 2 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-$GNPM_VERSION
41+
/usr/local/bin/gnpm-${{ env.GNPM_VERSION }}
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: $GNPM_VERSION
48+
version: ${{ env.GNPM_VERSION }}
4949
- name: Install all dependencies and symlink for ep_etherpad-lite
5050
run: gnpm install --frozen-lockfile
5151
- name: Build etherpad

.github/workflows/load-test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ jobs:
3939
~/.local/share/gnpm
4040
~/.cache/ms-playwright
4141
/usr/local/bin/gnpm
42-
/usr/local/bin/gnpm-$GNPM_VERSION
42+
/usr/local/bin/gnpm-${{ env.GNPM_VERSION }}
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: $GNPM_VERSION
49+
version: ${{ env.GNPM_VERSION }}
5050
-
5151
name: Install all dependencies and symlink for ep_etherpad-lite
5252
run: gnpm install --frozen-lockfile
@@ -82,14 +82,14 @@ jobs:
8282
~/.local/share/gnpm
8383
~/.cache/ms-playwright
8484
/usr/local/bin/gnpm
85-
/usr/local/bin/gnpm-$GNPM_VERSION
85+
/usr/local/bin/gnpm-${{ env.GNPM_VERSION }}
8686
key: ${{ runner.os }}-gnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
8787
restore-keys: |
8888
${{ runner.os }}-gnpm-store-
8989
- name: Setup gnpm
9090
uses: SamTV12345/gnpm-setup@main
9191
with:
92-
version: $GNPM_VERSION
92+
version: ${{ env.GNPM_VERSION }}
9393
-
9494
name: Install etherpad-load-test
9595
run: sudo npm install -g etherpad-load-test-socket-io
@@ -150,14 +150,14 @@ jobs:
150150
~/.local/share/gnpm
151151
~/.cache/ms-playwright
152152
/usr/local/bin/gnpm
153-
/usr/local/bin/gnpm-$GNPM_VERSION
153+
/usr/local/bin/gnpm-${{ env.GNPM_VERSION }}
154154
key: ${{ runner.os }}-gnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
155155
restore-keys: |
156156
${{ runner.os }}-gnpm-store-
157157
- name: Setup gnpm
158158
uses: SamTV12345/gnpm-setup@main
159159
with:
160-
version: $GNPM_VERSION
160+
version: ${{ env.GNPM_VERSION }}
161161
-
162162
name: Install all dependencies and symlink for ep_etherpad-lite
163163
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
@@ -35,14 +35,14 @@ jobs:
3535
~/.local/share/gnpm
3636
~/.cache/ms-playwright
3737
/usr/local/bin/gnpm
38-
/usr/local/bin/gnpm-$GNPM_VERSION
38+
/usr/local/bin/gnpm-${{ env.GNPM_VERSION }}
3939
key: ${{ runner.os }}-gnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
4040
restore-keys: |
4141
${{ runner.os }}-gnpm-store-
4242
- name: Setup gnpm
4343
uses: SamTV12345/gnpm-setup@main
4444
with:
45-
version: $GNPM_VERSION
45+
version: ${{ env.GNPM_VERSION }}
4646
-
4747
name: Install all dependencies and symlink for ep_etherpad-lite
4848
run: gnpm install --frozen-lockfile

.github/workflows/rate-limit.yml

Lines changed: 2 additions & 2 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-$GNPM_VERSION
41+
/usr/local/bin/gnpm-${{ env.GNPM_VERSION }}
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: $GNPM_VERSION
48+
version: ${{ env.GNPM_VERSION }}
4949

5050
-
5151
name: docker network

.github/workflows/release.yml

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

0 commit comments

Comments
 (0)