ci: try to force dependabot to use npm 11.12.1
Some checks are pending
Publish Docker image to Dockerhub / test (push) Waiting to run
Publish Docker image to Dockerhub / Build OCI Images (push) Blocked by required conditions
Publish Docker image to Dockerhub / Build OCI Images-1 (push) Blocked by required conditions
Publish Docker image to Dockerhub / Merge OCI Images and Push (push) Blocked by required conditions

This commit is contained in:
FoxxMD 2026-04-01 14:30:44 +00:00
parent cac13fa3da
commit e5935c38da

View file

@ -58,6 +58,7 @@
]
},
"engines": {
"node": ">=20.19.2"
"node": ">=20.19.2",
"npm": ">=11.12.1"
}
}