File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
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 : 18
26
+ node-version : 16
27
27
- uses : microsoft/playwright-github-action@v1
28
28
- uses : actions/cache@v3
29
29
with :
42
42
- uses : actions/checkout@v2
43
43
- uses : actions/setup-node@v1
44
44
with :
45
- node-version : 18
45
+ node-version : 16
46
46
- uses : microsoft/playwright-github-action@v1
47
47
- uses : actions/cache@v3
48
48
with :
@@ -68,15 +68,15 @@ jobs:
68
68
fetch-depth : 0
69
69
- uses : actions/setup-node@v2
70
70
with :
71
- node-version : ' 18 .x'
71
+ node-version : ' 16 .x'
72
72
registry-url : ' https://registry.npmjs.org'
73
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 ci
79
+ - run : npm install
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