If any of the package.json files change, test the image builds. We
want to make sure that changes to the engine or script blocks
receive a full image build testing.
Update the npm version check to >=9.5.0. This will allow the test
image build CI to check new builder images that also have npm major
version updates.
Changes:
If any of the
package.json
files change, test the image builds. We want to make sure that changes to theengine
orscript
blocks receive a full image build testing.Update the npm version check to
>=9.5.0
. This will allow the test image build CI to check new builder images that also have npm major version updates.Backport-of: #1926 Signed-off-by: Scott J Dickerson sdickers@redhat.com Signed-off-by: Cherry Picker noreply@github.com