wip: ci/cd fix npm cache
Some checks failed
Deploy Production Server / if_merged (push) Failing after 18s

This commit is contained in:
Thibaut Valentin 2024-12-29 14:12:15 +01:00
parent 8ce23cb230
commit 517aaa4b70

View File

@ -22,6 +22,7 @@ jobs:
with:
node-version: '18'
cache: 'npm'
cache-dependency-path: src/main/webapp/package-lock.json
- name: Build site
run: |