File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 12
12
13
13
strategy :
14
14
matrix :
15
- node-version : [12 .x]
15
+ node-version : [14 .x]
16
16
os : [ubuntu-latest, windows-latest, macOS-latest]
17
17
18
18
steps :
@@ -37,10 +37,10 @@ jobs:
37
37
38
38
# steps:
39
39
# - uses: actions/checkout@v1
40
- # - name: Use Node.js 12
40
+ # - name: Use Node.js 14
41
41
# uses: actions/setup-node@v1
42
42
# with:
43
- # node-version: 12
43
+ # node-version: 14
44
44
# - name: e2e chrome test
45
45
# run: |
46
46
# npm i
Original file line number Diff line number Diff line change 15
15
16
16
strategy :
17
17
matrix :
18
- node-version : [12.x, 14.x]
18
+ node-version : [14.x]
19
19
os : [ubuntu-latest, windows-latest, macOS-latest]
20
20
21
21
steps :
@@ -40,10 +40,10 @@ jobs:
40
40
41
41
# steps:
42
42
# - uses: actions/checkout@v1
43
- # - name: Use Node.js 12
43
+ # - name: Use Node.js 14
44
44
# uses: actions/setup-node@v1
45
45
# with:
46
- # node-version: 12
46
+ # node-version: 14
47
47
# - name: e2e chrome test
48
48
# run: |
49
49
# npm i
You can’t perform that action at this time.
0 commit comments