chore: try a force clean

This commit is contained in:
CI
2025-08-11 18:10:46 +02:00
parent 9d693ad4db
commit 5b248b43c1

View File

@@ -28,6 +28,8 @@ jobs:
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- name: Force NPM clean
run: npm cache clean --force
- name: Install Modules
run: npm install
- name: Run type check