|
|
@@ -13,7 +13,7 @@ jobs:
|
|
|
|
|
|
strategy:
|
|
|
matrix:
|
|
|
- node-version: [12.x]
|
|
|
+ node-version: [14.x]
|
|
|
|
|
|
steps:
|
|
|
- uses: actions/checkout@v2
|
|
|
@@ -68,7 +68,7 @@ jobs:
|
|
|
|
|
|
strategy:
|
|
|
matrix:
|
|
|
- node-version: [12.x]
|
|
|
+ node-version: [14.x]
|
|
|
|
|
|
steps:
|
|
|
- uses: actions/checkout@v2
|
|
|
@@ -129,7 +129,7 @@ jobs:
|
|
|
|
|
|
strategy:
|
|
|
matrix:
|
|
|
- node-version: [12.x]
|
|
|
+ node-version: [14.x]
|
|
|
|
|
|
steps:
|
|
|
- uses: actions/checkout@v2
|
|
|
@@ -200,7 +200,7 @@ jobs:
|
|
|
|
|
|
strategy:
|
|
|
matrix:
|
|
|
- node-version: [10.x, 12.x]
|
|
|
+ node-version: [12.x, 14.x]
|
|
|
|
|
|
steps:
|
|
|
- uses: actions/checkout@v2
|