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