[FA-11] Try and disable the caching again, forgot a step like an idiot
This commit is contained in:
@@ -50,8 +50,7 @@ jobs:
|
|||||||
uses: actions/setup-node@v6.0.0
|
uses: actions/setup-node@v6.0.0
|
||||||
with:
|
with:
|
||||||
node-version: '20'
|
node-version: '20'
|
||||||
cache: 'npm'
|
cache: 'none'
|
||||||
cache-dependency-path: fictionarchive-web/package-lock.json
|
|
||||||
package-manager-cache: false
|
package-manager-cache: false
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|||||||
Reference in New Issue
Block a user