99permissions :
1010 contents : read # to fetch code (actions/checkout)
1111
12+ env :
13+ GNPM_VERSION : 0.1.0
14+
1215jobs :
1316 playwright-chrome :
1417 env :
@@ -34,14 +37,14 @@ jobs:
3437 ~/.cache/ms-playwright
3538 ~/.local/share/gnpm
3639 /usr/local/bin/gnpm
37- /usr/local/bin/gnpm-0.0.12
40+ /usr/local/bin/gnpm-$GNPM_VERSION
3841 key : ${{ runner.os }}-gnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
3942 restore-keys : |
4043 ${{ runner.os }}-gnpm-store-
4144 - name : Setup gnpm
4245 uses : SamTV12345/gnpm-setup@main
4346 with :
44- version : 0.0.12
47+ version : $GNPM_VERSION
4548 -
4649 name : Install all dependencies and symlink for ep_etherpad-lite
4750 run : gnpm install --frozen-lockfile
@@ -97,14 +100,14 @@ jobs:
97100 ~/.local/share/gnpm
98101 ~/.cache/ms-playwright
99102 /usr/local/bin/gnpm
100- /usr/local/bin/gnpm-0.0.12
103+ /usr/local/bin/gnpm-$GNPM_VERSION
101104 key : ${{ runner.os }}-gnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
102105 restore-keys : |
103106 ${{ runner.os }}-gnpm-store-
104107 - name : Setup gnpm
105108 uses : SamTV12345/gnpm-setup@main
106109 with :
107- version : 0.0.12
110+ version : $GNPM_VERSION
108111 - name : Install all dependencies and symlink for ep_etherpad-lite
109112 run : gnpm install --frozen-lockfile
110113 - name : export GIT_HASH to env
@@ -159,13 +162,13 @@ jobs:
159162 ~/.local/share/gnpm
160163 ~/.cache/ms-playwright
161164 /usr/local/bin/gnpm
162- /usr/local/bin/gnpm-0.0.12
165+ /usr/local/bin/gnpm-$GNPM_VERSION
163166 key : ${{ runner.os }}-gnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
164167 restore-keys : ${{ runner.os }}-gnpm-store-
165168 - name : Setup gnpm
166169 uses : SamTV12345/gnpm-setup@main
167170 with :
168- version : 0.0.12
171+ version : $GNPM_VERSION
169172 -
170173 name : Install all dependencies and symlink for ep_etherpad-lite
171174 run : gnpm install --frozen-lockfile
0 commit comments