mirror of
https://github.com/jlengrand/coffeechat.git
synced 2026-03-10 08:11:20 +00:00
remove caching
This commit is contained in:
6
.github/workflows/generate-readme.yml
vendored
6
.github/workflows/generate-readme.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user