diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8d2e02..f8e9a61 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,11 +21,13 @@ jobs: steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Use Node 20 - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: - node-version: 20 + node-version: latest - name: Setup Bun uses: oven-sh/setup-bun@v1 diff --git a/package.json b/package.json index a1bc598..9455e35 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/lukehagar/prettier-plugin-openapi" + "url": "https://github.com/LukeHagar/prettier-plugin-openapi" }, "bugs": { "url": "https://github.com/lukehagar/prettier-plugin-openapi/issues"