Skip to content

Commit

Permalink
chore: upgrade supported language versions (#736)
Browse files Browse the repository at this point in the history
  • Loading branch information
childish-sambino committed Feb 8, 2022
1 parent f33ce23 commit b626084
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-and-deploy.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
timeout-minutes: 20
strategy:
matrix:
node: [ 6, 8, 10, lts/* ]
node: [ 6, 8, 10, 12, 14, 16, lts/* ]
steps:
- name: Checkout twilio-node
uses: actions/checkout@v2
Expand All @@ -32,7 +32,7 @@ jobs:
- run: npm install
- name: Run Unit Tests
run: npm run ci

- name: SonarCloud Scan
if: ${{ (github.event_name == 'pull_request' || github.ref_type == 'branch') && matrix.node == 'lts/*' && !github.event.pull_request.head.repo.fork }}
uses: SonarSource/sonarcloud-github-action@master
Expand All @@ -54,7 +54,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v2
with:
node-version: 8
node-version: lts/*

- run: npm install

Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -26,6 +26,7 @@ This library supports the following Node.js implementations:
* Node.js 10
* Node.js 12
* Node.js 14
* Node.js 16

TypeScript is supported for TypeScript version 2.9 and above.

Expand Down

0 comments on commit b626084

Please sign in to comment.