Skip to content

Commit

Permalink
chore: Add node v12 support (twilio#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anuj Badhwar committed Mar 9, 2022
1 parent 51e610c commit ef09c7c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cli-core-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [16.x, 14.x]
node-version: [16.x, 14.x, 12.x, 10.x]
steps:
- name: Checkout cli repo
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cli-core-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [16.x, 14.x, 10.x]
node-version: [16.x, 14.x, 12.x, 10.x]
steps:
- name: Checkout cli core repo
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x,14.x]
node-version: [10.x, 12.x, 14.x, 16.x]
steps:
- name: Checkout cli-core repo
uses: actions/checkout@v2
Expand Down

0 comments on commit ef09c7c

Please sign in to comment.