chore: abort build if Node.js engine is incorrect

Ensure the Node.js version available is matching the requirement of the build

I noticed that during the test of the PR

related to https://github.com/podman-desktop/podman-desktop/pull/15119
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
This commit is contained in:
Florent Benoit 2025-12-22 12:22:36 +01:00 committed by Florent BENOIT
parent b0aa664265
commit 482411d6de

View file

@ -1,3 +1,4 @@
engineStrict: true
packages: packages:
- 'packages/*' - 'packages/*'
- 'extensions/*' - 'extensions/*'