fix(ci/lint): testing without node cache

This commit is contained in:
Raphael 2025-09-28 23:03:44 +02:00
parent 9a025f16f8
commit 57d2f4e942
No known key found for this signature in database

View file

@ -23,7 +23,6 @@ jobs:
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: '22' node-version: '22'
cache: 'pnpm'
- name: Setup pnpm - name: Setup pnpm
uses: pnpm/action-setup@v4 uses: pnpm/action-setup@v4
with: with: