remove caching

This commit is contained in:
Frédéric Harper
2025-03-17 10:04:14 -04:00
parent c7b3d78227
commit 738339a3ef

View File

@@ -24,12 +24,6 @@ jobs:
with:
node-version: 'v20.12.2'
- name: Restore Node.js modules (or cache them)
uses: actions/cache@v4.0.2
with:
path: ~/.npm
key: ${{ runner.os }}-npm-${{ hashFiles('package-lock.json') }}
- name: Installing dependencies
working-directory: ./scripts
run: npm install