File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1212
1313 strategy :
1414 matrix :
15- node-version : [12 .x]
15+ node-version : [14 .x]
1616 os : [ubuntu-latest, windows-latest, macOS-latest]
1717
1818 steps :
@@ -37,10 +37,10 @@ jobs:
3737
3838 # steps:
3939 # - uses: actions/checkout@v1
40- # - name: Use Node.js 12
40+ # - name: Use Node.js 14
4141 # uses: actions/setup-node@v1
4242 # with:
43- # node-version: 12
43+ # node-version: 14
4444 # - name: e2e chrome test
4545 # run: |
4646 # npm i
Original file line number Diff line number Diff line change 1515
1616 strategy :
1717 matrix :
18- node-version : [12.x, 14.x]
18+ node-version : [14.x]
1919 os : [ubuntu-latest, windows-latest, macOS-latest]
2020
2121 steps :
@@ -40,10 +40,10 @@ jobs:
4040
4141 # steps:
4242 # - uses: actions/checkout@v1
43- # - name: Use Node.js 12
43+ # - name: Use Node.js 14
4444 # uses: actions/setup-node@v1
4545 # with:
46- # node-version: 12
46+ # node-version: 14
4747 # - name: e2e chrome test
4848 # run: |
4949 # npm i
You can’t perform that action at this time.
0 commit comments