Skip to content

Commit a87876e

Browse files
committed
start testing against node 14
1 parent eaa32e1 commit a87876e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
node-version: ['10', '12']
29+
node-version: ['10', '12', '14']
3030

3131
steps:
3232
- name: Checkout Code
@@ -58,7 +58,7 @@ jobs:
5858

5959
strategy:
6060
matrix:
61-
node-version: [12.x, 10.x]
61+
node-version: [14.x, 12.x, 10.x]
6262
os: [ubuntu-latest, windows-latest]
6363

6464
steps:
@@ -80,7 +80,7 @@ jobs:
8080

8181
strategy:
8282
matrix:
83-
node-version: [12.x, 10.x]
83+
node-version: [14.x, 12.x, 10.x]]
8484
os: [ubuntu-latest, windows-latest]
8585

8686
steps:

0 commit comments

Comments
 (0)