File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ jobs:
2727 - uses : actions/cache@v4
2828 with :
2929 path : |
30- ~/.npm
31- ~/.cache/ms-playwright
30+ ~/.npm
31+ ~/.cache/ms-playwright
3232 key : ${{ runner.os }}-node-playwright-${{ hashFiles('**/package-lock.json') }}
3333 restore-keys : |
34- ${{ runner.os }}-node-playwright-
35- ${{ runner.os }}-node-
34+ ${{ runner.os }}-node-playwright-
35+ ${{ runner.os }}-node-
3636
3737 - run : npm ci
3838 - run : npm run build
@@ -52,13 +52,13 @@ jobs:
5252 node-version-file : ' .nvmrc'
5353 - uses : actions/cache@v4
5454 with :
55- path : |
56- ~/.npm
57- ~/.cache/ms-playwright
58- key : ${{ runner.os }}-node-playwright-${{ hashFiles('**/package-lock.json') }}
59- restore-keys : |
60- ${{ runner.os }}-node-playwright-
61- ${{ runner.os }}-node-
55+ path : |
56+ ~/.npm
57+ ~/.cache/ms-playwright
58+ key : ${{ runner.os }}-node-playwright-${{ hashFiles('**/package-lock.json') }}
59+ restore-keys : |
60+ ${{ runner.os }}-node-playwright-
61+ ${{ runner.os }}-node-
6262
6363 - name : Install dependencies
6464 run : |
You can’t perform that action at this time.
0 commit comments