mirror of
https://github.com/archlinux/aur.git
synced 2026-03-02 13:41:46 +01:00
Add nodejs version constraint documentation
This commit is contained in:
parent
6eb69c9684
commit
ff86acb83b
1 changed files with 3 additions and 0 deletions
3
PKGBUILD
3
PKGBUILD
|
|
@ -9,6 +9,9 @@ arch=('i686' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64')
|
|||
url="https://n8n.io"
|
||||
license=("custom:Sustainable Use License")
|
||||
backup=("etc/default/${pkgname}")
|
||||
# Check upstream nodejs version constraints with:
|
||||
# curl -s "https://registry.npmjs.org/n8n/${pkgver}" | jq -r '.engines.node'
|
||||
# Example output: ">=20.19 <= 24.x" means nodejs>=20.19.0 and nodejs<25
|
||||
depends=("nodejs>=20.19.0" "nodejs<25")
|
||||
makedepends=("npm" "jq" "curl")
|
||||
source=("${pkgname}.env"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue