fix: Remove useless parameter from the CI workflow file

This commit is contained in:
2026-04-11 18:48:22 +02:00
parent 803a0a6d32
commit 0b19801b60

View File

@@ -24,7 +24,6 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: package-lock.json
cache-key: node-${{ matrix.node-version }}-${{ hashFiles('package-lock.json') }}
- name: Install dependencies
run: npm ci