using latest stable n8n version
This commit is contained in:
@@ -16,8 +16,10 @@ jobs:
|
||||
id: get_version
|
||||
shell: bash
|
||||
run: |
|
||||
VERSION="2.13.2"
|
||||
#VERSION="$(npm view n8n version)" # using last stable version
|
||||
# define a fixed 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 "VERSION=$VERSION" >> "$GITHUB_OUTPUT"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user