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:
- 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