fix(ci): aggiunge input npm-version per compatibilità lockfile npm@11

- quality-gates.yml: nuovo input npm-version con step condizionale upgrade
- docker-release.yml: idem
- examples/documentazione: ci.yml e release.yml passano npm-version: '11'

Fixes #2 @25m
This commit is contained in:
LucaZanni
2026-06-06 13:36:22 +02:00
parent 53b1c7a9c4
commit 3b49d18d5b
4 changed files with 17 additions and 2 deletions
+1
View File
@@ -22,6 +22,7 @@ jobs:
secrets: inherit
with:
runner: catthehacker-latest # runner con Docker pre-installato
npm-version: '11' # lockfile generato con npm@11, runner usa npm@10 di default
auto-release:
needs: [docker-release]