File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 25
25
with :
26
26
node-version : 18
27
27
- uses : microsoft/playwright-github-action@v1
28
- - uses : actions/cache@v2
28
+ - uses : actions/cache@v3
29
29
with :
30
30
path : ~/.npm
31
31
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
44
44
with :
45
45
node-version : 18
46
46
- uses : microsoft/playwright-github-action@v1
47
- - uses : actions/cache@v2
47
+ - uses : actions/cache@v3
48
48
with :
49
49
path : ~/.npm
50
50
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
70
70
with :
71
71
node-version : ' 18.x'
72
72
registry-url : ' https://registry.npmjs.org'
73
- - uses : actions/cache@v2
73
+ - uses : actions/cache@v3
74
74
with :
75
75
path : ~/.npm
76
76
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
You can’t perform that action at this time.
0 commit comments