@@ -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
0 commit comments