diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index eaf85b3..fc6a980 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,7 +14,7 @@ jobs: id-token: write steps: - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: node-version: 24 cache: npm diff --git a/package.json b/package.json index dd429ae..fd34591 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "license": "GPL-3.0-only", "repository": { "type": "git", - "url": "https://github.com/kosinal/claude-code-dashboard" + "url": "git+https://github.com/kosinal/claude-code-dashboard.git" }, "homepage": "https://github.com/kosinal/claude-code-dashboard#readme", "bugs": {