Skip to content

Commit fa19d2a

Browse files
authored
Add DevDocs team as codeowners (#156)
* Add DevDocs team as codeowners * Try resolving failing workflow * Update Node version in docs workflows to match build version * Delete cache requirement to resolve failing workflow
1 parent 6c5f261 commit fa19d2a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@mongodb-university/devdocs

.github/workflows/deploy-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- uses: actions/setup-node@v2
1414
with:
15-
node-version: 20.x
15+
node-version: 21.x
1616
cache: npm
1717
- name: Install Bluehawk dependencies
1818
run: |

.github/workflows/test-deploy-docs.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515
- uses: actions/setup-node@v2
1616
with:
17-
node-version: 20.x
18-
cache: npm
17+
node-version: 21.x
1918
- name: Install Bluehawk dependencies
2019
run: |
2120
npm ci

0 commit comments

Comments
 (0)