From 1636346aa755ee33178487e530b0ce983baebe3b Mon Sep 17 00:00:00 2001 From: Lukas Kosina Date: Thu, 5 Mar 2026 11:22:10 +0100 Subject: [PATCH] Fix npm always-auth warning in CI by upgrading setup-node to v6 --- .github/workflows/publish.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": {