File tree Expand file tree Collapse file tree 6 files changed +12
-56
lines changed Expand file tree Collapse file tree 6 files changed +12
-56
lines changed Original file line number Diff line number Diff line change 1414 - name : Setup Node 14.x
1515 uses : actions/setup-node@v2
1616 with :
17- node-version : 14.x
18-
19- - uses : actions/cache@v2
20- with :
21- path : |
22- node_modules
23- */*/node_modules
24- key : ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
17+ node-version : ' 14'
18+ cache : ' yarn'
2519
2620 - name : Install Dependencies
2721 run : yarn --frozen-lockfile --no-progress --non-interactive
Original file line number Diff line number Diff line change 1414 - name : Setup Node 14.x
1515 uses : actions/setup-node@v2
1616 with :
17- node-version : 14.x
18-
19- - name : Set environment variables
20- run : echo "PLAYWRIGHT_BROWSERS_PATH=$HOME/.playwright" >> $GITHUB_ENV
21-
22- - uses : actions/cache@v2
23- with :
24- path : |
25- node_modules
26- */*/node_modules
27- ${{ env.PLAYWRIGHT_BROWSERS_PATH }}
28- key : ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
17+ node-version : ' 14'
18+ cache : ' yarn'
2919
3020 - uses : microsoft/playwright-github-action@v1
3121
Original file line number Diff line number Diff line change 1212 - name : Setup Node 14.x
1313 uses : actions/setup-node@v2
1414 with :
15- node-version : 14.x
16-
17- - uses : actions/cache@v2
18- with :
19- path : |
20- node_modules
21- */*/node_modules
22- key : ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
15+ node-version : ' 14'
16+ cache : ' yarn'
2317
2418 - name : Install Dependencies
2519 run : yarn --frozen-lockfile --no-progress --non-interactive
Original file line number Diff line number Diff line change 1616 - name : Setup Node 14.x
1717 uses : actions/setup-node@v2
1818 with :
19- node-version : 14.x
20-
21- - uses : actions/cache@v2
22- with :
23- path : |
24- node_modules
25- */*/node_modules
26- key : ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
19+ node-version : ' 14'
20+ cache : ' yarn'
2721
2822 - name : Install Dependencies
2923 run : yarn --frozen-lockfile --no-progress --non-interactive
Original file line number Diff line number Diff line change 1616 - name : Setup Node 14.x
1717 uses : actions/setup-node@v2
1818 with :
19- node-version : 14.x
20-
21- - uses : actions/cache@v2
22- with :
23- path : |
24- node_modules
25- */*/node_modules
26- key : ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
19+ node-version : ' 14'
20+ cache : ' yarn'
2721
2822 - name : Install Dependencies
2923 run : yarn --frozen-lockfile --no-progress --non-interactive
Original file line number Diff line number Diff line change 1414 - name : Setup Node 14.x
1515 uses : actions/setup-node@v2
1616 with :
17- node-version : 14.x
18-
19- - name : Set environment variables
20- run : echo "PLAYWRIGHT_BROWSERS_PATH=$HOME/.playwright" >> $GITHUB_ENV
21-
22- - uses : actions/cache@v2
23- with :
24- path : |
25- node_modules
26- */*/node_modules
27- ${{ env.PLAYWRIGHT_BROWSERS_PATH }}
28- key : ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
17+ node-version : ' 14'
18+ cache : ' yarn'
2919
3020 - uses : microsoft/playwright-github-action@v1
3121
You can’t perform that action at this time.
0 commit comments