diff --git a/.github/workflows/required-spec-validations.yml b/.github/workflows/required-spec-validations.yml index 223fbe6de..d5c5caccf 100644 --- a/.github/workflows/required-spec-validations.yml +++ b/.github/workflows/required-spec-validations.yml @@ -23,16 +23,27 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 +<<<<<<< Updated upstream +======= + - name: Setup Node + uses: actions/setup-node@v3 + with: + node-version: '20.x' +>>>>>>> Stashed changes - name: Install npm dependencies uses: nick-fields/retry@v3 with: timeout_minutes: 10 max_attempts: 3 +<<<<<<< Updated upstream command: npm ci - name: Setup Node uses: actions/setup-node@v3 with: node-version: '20.x' +======= + command: npm install +>>>>>>> Stashed changes - name: Download openapi-foas uses: actions/download-artifact@v4 with: diff --git a/package.json b/package.json new file mode 100644 index 000000000..b0df58466 --- /dev/null +++ b/package.json @@ -0,0 +1,4 @@ +{ + "name": "mongodb-openapi", + "description": "MongoDB repository with OpenAPI specification" +} \ No newline at end of file