Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit 339c5fd

Browse files
committed
Merge branch 'BWDB-15771' of https://github.com/Bandwidth/api-docs into BWDB-15771
2 parents d7eb762 + 8cebd07 commit 339c5fd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pr-publish-docsite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
node-version: [16, 18, 20]
28+
node-version: [16, 18, 20.5.1]
2929
browser: [chrome]
3030
exclude:
3131
- node-version: 16

.github/workflows/publish-docsite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
node-version: [16, 18, 20]
21+
node-version: [16, 18, 20.5.1]
2222
browser: [chrome]
2323
exclude:
2424
- node-version: 16
@@ -119,7 +119,7 @@ jobs:
119119
strategy:
120120
fail-fast: false
121121
matrix:
122-
node-version: [16, 18, 20]
122+
node-version: [16, 18, 20.5.1]
123123
browser: [chrome]
124124
exclude:
125125
- node-version: 16

0 commit comments

Comments
 (0)