Keep clean installation compatible with npm 10

This commit is contained in:
vorotamoroz
2026-09-17 15:04:28 +00:00
parent dee5b69689
commit f449292792
2 changed files with 19 additions and 1 deletions
+3
View File
@@ -121,6 +121,9 @@ jobs:
node-version: '24.x'
cache: 'npm'
- name: Verify clean installation with npm 10
run: npx --yes npm@10.9.4 ci --ignore-scripts --no-audit --no-fund
- name: Install dependencies
run: npm ci