using fixed release
All checks were successful
Build Pipeline for de.captica.n8n / resolve_n8n_version (push) Successful in 2s
Build Pipeline for de.captica.n8n / publish_docker (push) Successful in 4m35s

This commit is contained in:
Tobias Lehmann
2026-04-14 22:20:53 +02:00
parent daa8a135e2
commit 86f9a99c2a

View File

@@ -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"