[ci:force] - Fixed cache hit for npmn

This commit is contained in:
VitoAlbano
2026-06-04 09:26:33 +01:00
parent 6c5425e69c
commit 7fa80d230d
4 changed files with 2 additions and 38 deletions
-3
View File
@@ -28,9 +28,6 @@ jobs:
with:
cache-suffix: build
full-setup: 'false'
- name: Install dependencies
if: ${{ steps.setup-env.outputs.node-modules-cache-hit != 'true' }}
run: pnpm install --frozen-lockfile
- name: Build affected libs
env:
BASE_REF: ${{ inputs.base_ref }}