File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 23
23
- uses : actions/checkout@v2
24
24
- uses : actions/setup-node@v1
25
25
with :
26
- node-version : 16
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') }}
42
42
- uses : actions/checkout@v2
43
43
- uses : actions/setup-node@v1
44
44
with :
45
- node-version : 16
45
+ node-version : 18
46
46
- uses : microsoft/playwright-github-action@v1
47
- - uses : actions/cache@v1
47
+ - uses : actions/cache@v3
48
48
with :
49
49
path : ~/.npm
50
50
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -68,15 +68,15 @@ jobs:
68
68
fetch-depth : 0
69
69
- uses : actions/setup-node@v2
70
70
with :
71
- node-version : ' 16 .x'
71
+ node-version : ' 18 .x'
72
72
registry-url : ' https://registry.npmjs.org'
73
- - uses : actions/cache@v1
73
+ - uses : actions/cache@v3
74
74
with :
75
75
path : ~/.npm
76
76
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
77
77
restore-keys : |
78
78
${{ runner.os }}-node-
79
- - run : npm install
79
+ - run : npm ci
80
80
- name : Read version from package.json
81
81
uses : culshaw/read-package-node-version-actions@v1
82
82
id : package-node-version
You can’t perform that action at this time.
0 commit comments