CI npm version should respect engines field

Signed-off-by: Émile Ré <emile@probo.com>
This commit is contained in:
Émile Ré
2026-06-15 15:26:26 +02:00
parent c79191f972
commit 8a53e0ec1c

View File

@@ -25,6 +25,9 @@ runs:
with:
node-version-file: ".nvmrc"
cache: "npm"
- if: inputs.node == 'true'
shell: bash
run: npm install -g npm@^11.8.0
- if: inputs.node == 'true'
shell: bash
run: npm ci