avoid warnings on ci

as we support nodejs latest lts version on instance without docker
This commit is contained in:
Philip H 2024-05-09 17:28:28 +02:00 committed by GitHub
parent b60461e917
commit e2eb7bc362
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -31,6 +31,6 @@
]
},
"engines": {
"node": "18"
"node": ">=18"
}
}