From 6991bc25eed7077eafa32509d6f08b7d1a763166 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 02:07:31 +0000 Subject: [PATCH] chore(deps): update npm to v12 --- .github/actions/prepare-dynamic-steps/package.json | 2 +- .github/actions/prepare-node-test-matrix-action/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/prepare-dynamic-steps/package.json b/.github/actions/prepare-dynamic-steps/package.json index bd22b91..9d9e29f 100644 --- a/.github/actions/prepare-dynamic-steps/package.json +++ b/.github/actions/prepare-dynamic-steps/package.json @@ -14,7 +14,7 @@ "license": "MIT", "engines": { "node": "^24", - "npm": "^11" + "npm": "^12.0.0" }, "dependencies": { "@actions/core": "^2.0.0", diff --git a/.github/actions/prepare-node-test-matrix-action/package.json b/.github/actions/prepare-node-test-matrix-action/package.json index 53b0aa6..c1c1901 100644 --- a/.github/actions/prepare-node-test-matrix-action/package.json +++ b/.github/actions/prepare-node-test-matrix-action/package.json @@ -14,7 +14,7 @@ "license": "MIT", "engines": { "node": "^24", - "npm": "^11" + "npm": "^12.0.0" }, "dependencies": { "@actions/core": "^2.0.0",