fix(ci): drop npm caching, we don't have lock file

This commit is contained in:
2025-07-13 18:24:49 +03:00
parent 5d7dc62354
commit d6357c131b

View File

@@ -17,9 +17,6 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: '18'
cache: 'npm'
- name: Setup Fish shell
run: |