From 86f9a99c2adbc71ed73bda90a8094c2ef4527e56 Mon Sep 17 00:00:00 2001 From: Tobias Lehmann Date: Tue, 14 Apr 2026 22:20:53 +0200 Subject: [PATCH] using fixed release --- .gitea/workflows/pipeline-build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/pipeline-build.yaml b/.gitea/workflows/pipeline-build.yaml index 45fbf04..70398c5 100644 --- a/.gitea/workflows/pipeline-build.yaml +++ b/.gitea/workflows/pipeline-build.yaml @@ -17,9 +17,9 @@ jobs: shell: bash run: | # define a fixed version - #VERSION="2.13.2" + VERSION="2.17.0" # or use npm to get the latest stable version - VERSION="$(npm view n8n version stable)" + #VERSION="$(npm view n8n version stable)" echo "Using version=$VERSION" echo "VERSION=$VERSION" >> "$GITHUB_OUTPUT"