fix: remove npm cache from workflow (package-lock.json is gitignored)

This commit is contained in:
Stas Schaller
2026-02-16 11:52:36 -05:00
parent 74636825f9
commit 65515eb4d9
-2
View File
@@ -37,7 +37,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Install dependencies
run: npm ci
@@ -235,7 +234,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20.x'
cache: 'npm'
- name: Get version
id: get_version