Get rid of incorrect cache-dependency-path in an /action workflow (#104)

This commit is contained in:
Mateusz Burzyński
2026-01-16 10:47:52 +00:00
committed by pullfrog[bot]
parent 9432a5b737
commit cd16ba67a6
-1
View File
@@ -33,7 +33,6 @@ jobs:
with:
node-version: "24"
cache: "pnpm"
cache-dependency-path: action/pnpm-lock.yaml
- name: Install dependencies
run: pnpm install --frozen-lockfile