Skip to content

Commit

Permalink
chore: updated upgrade guide
Browse files Browse the repository at this point in the history
  • Loading branch information
tiwarishubham635 committed Mar 7, 2024
1 parent b172c44 commit 963fcf6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: [ 14, 16, 18 ]
node: [ 14, 16, 18, lts/* ]
steps:
- name: Checkout twilio-node
uses: actions/checkout@v3
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
npm run test
- name: SonarCloud Scan
if: ${{ (github.event_name == 'pull_request' || github.ref_type == 'branch') && matrix.node == '18' && !github.event.pull_request.head.repo.fork }}
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
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
Expand All @@ -69,7 +69,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: 18
node-version: lts/*

- run: npm install

Expand Down
2 changes: 1 addition & 1 deletion UPGRADE.md
Expand Up @@ -2,7 +2,7 @@

_All `MAJOR` version bumps will have upgrade notes posted here._

## [2024-03-07] 4.x.x to 5.x.x-rc.x
## [2024-03-07] 4.x.x to 5.x.x

---
### Overview
Expand Down

0 comments on commit 963fcf6

Please sign in to comment.