Skip to content

Commit ef09c7c

Browse files
author
Anuj Badhwar
authored
chore: Add node v12 support (twilio#200)
1 parent 51e610c commit ef09c7c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cli-core-audit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
node-version: [16.x, 14.x]
13+
node-version: [16.x, 14.x, 12.x, 10.x]
1414
steps:
1515
- name: Checkout cli repo
1616
uses: actions/checkout@v2

.github/workflows/cli-core-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
node-version: [16.x, 14.x, 10.x]
13+
node-version: [16.x, 14.x, 12.x, 10.x]
1414
steps:
1515
- name: Checkout cli core repo
1616
uses: actions/checkout@v2

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
runs-on: ubuntu-latest
8888
strategy:
8989
matrix:
90-
node-version: [10.x,14.x]
90+
node-version: [10.x, 12.x, 14.x, 16.x]
9191
steps:
9292
- name: Checkout cli-core repo
9393
uses: actions/checkout@v2

0 commit comments

Comments
 (0)