Skip to content

Commit ede34ca

Browse files
committed
Update
1 parent 0331100 commit ede34ca

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.github/workflows/required-spec-validations.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,27 @@ jobs:
2323
steps:
2424
- name: Checkout repository
2525
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
26+
<<<<<<< Updated upstream
27+
=======
28+
- name: Setup Node
29+
uses: actions/setup-node@v3
30+
with:
31+
node-version: '20.x'
32+
>>>>>>> Stashed changes
2633
- name: Install npm dependencies
2734
uses: nick-fields/retry@v3
2835
with:
2936
timeout_minutes: 10
3037
max_attempts: 3
38+
<<<<<<< Updated upstream
3139
command: npm ci
3240
- name: Setup Node
3341
uses: actions/setup-node@v3
3442
with:
3543
node-version: '20.x'
44+
=======
45+
command: npm install
46+
>>>>>>> Stashed changes
3647
- name: Download openapi-foas
3748
uses: actions/download-artifact@v4
3849
with:

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"name": "mongodb-openapi",
3+
"description": "MongoDB repository with OpenAPI specification"
4+
}

0 commit comments

Comments
 (0)