@@ -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/cache-apt-pkgs-action@v1.6.0
@@ -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/cache-apt-pkgs-action@v1.6.0
@@ -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
0 commit comments