From ede34cadb0928bca2dc5c1ebf6fcb0655af0b1ff Mon Sep 17 00:00:00 2001 From: Bianca Lisle Date: Thu, 24 Oct 2024 18:28:46 +0100 Subject: [PATCH] Update --- .github/workflows/required-spec-validations.yml | 11 +++++++++++ package.json | 4 ++++ 2 files changed, 15 insertions(+) create mode 100644 package.json 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