From 34f3cd51bc8d3fa249b977869a3d6b4d1909ac90 Mon Sep 17 00:00:00 2001 From: Luke Hagar Date: Fri, 26 Sep 2025 18:12:00 +0000 Subject: [PATCH] Update repository URL in package.json to reflect correct casing and modify CI workflow to use latest Node.js version and set fetch-depth for improved checkout efficiency. --- .github/workflows/ci.yml | 6 ++++-- package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) 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"