diff --git a/.github/workflows/cypress-prod-nightly.yml b/.github/workflows/cypress-prod-nightly.yml index be1b6cb4c..415b4a248 100644 --- a/.github/workflows/cypress-prod-nightly.yml +++ b/.github/workflows/cypress-prod-nightly.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [16, 18, 20] + node-version: [16, 18, 20.5.1] browser: [chrome] exclude: - node-version: 16 diff --git a/.github/workflows/pr-publish-docsite.yml b/.github/workflows/pr-publish-docsite.yml index 67773b629..95040177b 100644 --- a/.github/workflows/pr-publish-docsite.yml +++ b/.github/workflows/pr-publish-docsite.yml @@ -25,7 +25,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [16, 18, 20] + node-version: [16, 18, 20.5.1] browser: [chrome] exclude: - node-version: 16 diff --git a/.github/workflows/publish-docsite.yml b/.github/workflows/publish-docsite.yml index 3762a92f3..d374d0d57 100644 --- a/.github/workflows/publish-docsite.yml +++ b/.github/workflows/publish-docsite.yml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [16, 18, 20] + node-version: [16, 18, 20.5.1] browser: [chrome] exclude: - node-version: 16 @@ -119,7 +119,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [16, 18, 20] + node-version: [16, 18, 20.5.1] browser: [chrome] exclude: - node-version: 16 diff --git a/site/docs/numbers/errors.mdx b/site/docs/numbers/errors.mdx index e07b4dd81..59d8203cc 100644 --- a/site/docs/numbers/errors.mdx +++ b/site/docs/numbers/errors.mdx @@ -199,12 +199,6 @@ image: '@site/static/img/bw-icon.svg' | 5164 | DisconnectMode '%s' is invalid. Valid values are: purge | | 5165 | A single order cannot contain a mix of NANP and International telephone numbers | | 5166 | Sip Peer doesn't have Sms feature. | -| 5167 | The tn from the specified region '%s' is not a valid region for account %s | -| 5168 | TnType '%s' is not a valid TnType for account %s | -| 5169 | Billing type '%s' is not valid for international orders. Valid billing types are: NOCHARGE | -| 5170 | The specified vendor is not available for this account. | -| 5171 | Non-international customer segment cannot import international telephone numbers. | -| 5172 | International customer segment cannot import NANP telephone numbers. | | 5174 | A purge disconnect type is required for Short Code TNs | | 5175 | Only a single type of TN is allowed for a Disconnect action. | | 5176 | Billing type '%s' is not valid for short code orders. Valid billing type is NOCHARGE |