chore: github workflows update
This commit is contained in:
@@ -12,7 +12,7 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [12.x]
|
node-version: [14.x]
|
||||||
os: [ubuntu-latest, windows-latest, macOS-latest]
|
os: [ubuntu-latest, windows-latest, macOS-latest]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@@ -37,10 +37,10 @@ jobs:
|
|||||||
|
|
||||||
# steps:
|
# steps:
|
||||||
# - uses: actions/checkout@v1
|
# - uses: actions/checkout@v1
|
||||||
# - name: Use Node.js 12
|
# - name: Use Node.js 14
|
||||||
# uses: actions/setup-node@v1
|
# uses: actions/setup-node@v1
|
||||||
# with:
|
# with:
|
||||||
# node-version: 12
|
# node-version: 14
|
||||||
# - name: e2e chrome test
|
# - name: e2e chrome test
|
||||||
# run: |
|
# run: |
|
||||||
# npm i
|
# npm i
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [12.x, 14.x]
|
node-version: [14.x]
|
||||||
os: [ubuntu-latest, windows-latest, macOS-latest]
|
os: [ubuntu-latest, windows-latest, macOS-latest]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@@ -40,10 +40,10 @@ jobs:
|
|||||||
|
|
||||||
# steps:
|
# steps:
|
||||||
# - uses: actions/checkout@v1
|
# - uses: actions/checkout@v1
|
||||||
# - name: Use Node.js 12
|
# - name: Use Node.js 14
|
||||||
# uses: actions/setup-node@v1
|
# uses: actions/setup-node@v1
|
||||||
# with:
|
# with:
|
||||||
# node-version: 12
|
# node-version: 14
|
||||||
# - name: e2e chrome test
|
# - name: e2e chrome test
|
||||||
# run: |
|
# run: |
|
||||||
# npm i
|
# npm i
|
||||||
|
|||||||
Reference in New Issue
Block a user