fix caching warnings
All checks were successful
ci/woodpecker/push/ci Pipeline was successful

This commit is contained in:
2025-08-29 23:20:27 -04:00
parent ed95dd08a2
commit 95daefa9ef

View File

@@ -11,7 +11,8 @@ steps:
image: node:22
commands:
- npm ci
caches:
cache:
paths:
- node_modules
- name: lint
@@ -22,7 +23,8 @@ steps:
- push
commands:
- npm run lint
caches:
cache:
paths:
- node_modules
- name: generate-dungeon
@@ -32,7 +34,8 @@ steps:
- cron
commands:
- npm start
caches:
cache:
paths:
- node_modules
- name: upload-nextcloud