Skip to content

Commit 405b7c8

Browse files
committed
chore: github workflows update
1 parent 0370878 commit 405b7c8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/daily-project-check.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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

.github/workflows/project-check.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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

0 commit comments

Comments
 (0)