using latest stable n8n version
This commit is contained in:
@@ -16,8 +16,10 @@ jobs:
|
|||||||
id: get_version
|
id: get_version
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
VERSION="2.13.2"
|
# define a fixed version
|
||||||
#VERSION="$(npm view n8n version)" # using last stable version
|
#VERSION="2.13.2"
|
||||||
|
# or use npm to get the latest stable version
|
||||||
|
VERSION="$(npm view n8n version stable)"
|
||||||
echo "Using version=$VERSION"
|
echo "Using version=$VERSION"
|
||||||
echo "VERSION=$VERSION" >> "$GITHUB_OUTPUT"
|
echo "VERSION=$VERSION" >> "$GITHUB_OUTPUT"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user