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.

This commit is contained in:
Luke Hagar
2025-09-26 18:12:00 +00:00
parent 8e7807e7af
commit 34f3cd51bc
2 changed files with 5 additions and 3 deletions

View File

@@ -21,11 +21,13 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Use Node 20 - name: Use Node 20
uses: actions/setup-node@v4 uses: actions/setup-node@v5
with: with:
node-version: 20 node-version: latest
- name: Setup Bun - name: Setup Bun
uses: oven-sh/setup-bun@v1 uses: oven-sh/setup-bun@v1

View File

@@ -21,7 +21,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/lukehagar/prettier-plugin-openapi" "url": "https://github.com/LukeHagar/prettier-plugin-openapi"
}, },
"bugs": { "bugs": {
"url": "https://github.com/lukehagar/prettier-plugin-openapi/issues" "url": "https://github.com/lukehagar/prettier-plugin-openapi/issues"