From 482411d6deff044e8b1b1690fb788001b83126df Mon Sep 17 00:00:00 2001 From: Florent Benoit Date: Mon, 22 Dec 2025 12:22:36 +0100 Subject: [PATCH] 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 --- pnpm-workspace.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index cf3b8bb14e6..5a189d481d2 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,3 +1,4 @@ +engineStrict: true packages: - 'packages/*' - 'extensions/*'