From d412dc3cc4eba77111ff02193d170ac8faf49dc2 Mon Sep 17 00:00:00 2001 From: Stephen Adamson Date: Sat, 11 Jul 2026 11:48:20 +0100 Subject: [PATCH] ci: frontend major deps always exits 0 (informational only) --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index b30298e..6baa7e3 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -715,7 +715,7 @@ jobs: // TODO: vite 8 + svelte-vite 7 now install clean via npm ci. // Remove --legacy-peer-deps from local npm install workflow once // @sveltejs/vite-plugin-svelte-inspector catches up. - process.exit(1); + process.exit(0); } else { console.log('All dependencies within semver range, no major updates'); process.exit(0);