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,8 +11,9 @@ steps:
image: node:22 image: node:22
commands: commands:
- npm ci - npm ci
caches: cache:
- node_modules paths:
- node_modules
- name: lint - name: lint
image: node:22 image: node:22
@@ -22,8 +23,9 @@ steps:
- push - push
commands: commands:
- npm run lint - npm run lint
caches: cache:
- node_modules paths:
- node_modules
- name: generate-dungeon - name: generate-dungeon
image: node:22 image: node:22
@@ -32,8 +34,9 @@ steps:
- cron - cron
commands: commands:
- npm start - npm start
caches: cache:
- node_modules paths:
- node_modules
- name: upload-nextcloud - name: upload-nextcloud
image: curlimages/curl:latest image: curlimages/curl:latest