summaryrefslogtreecommitdiffci
diff options
from:
to:
context:
space:
mode:
authorGravatar Saya Andy <saya.andy@posteo.com> 2026-06-22 20:23:25 +0700
committerGravatar Saya Andy <saya.andy@posteo.com> 2026-06-22 20:23:25 +0700
commitb305fef2b1cf242e93440270a2054cc9523a3574 (patch)
tree52727f6ac648b316b9321f3314739248913c07f0
parent367a816cade114e7c7dea85520f84d444f4ed7d6 (diff)
downloadweb-b305fef2b1cf242e93440270a2054cc9523a3574.tar.gz
web-b305fef2b1cf242e93440270a2054cc9523a3574.zip
fix(ci): mount npm cache
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 3153b53..d598773 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -6,7 +6,7 @@ pipeline {
agent {
docker {
image 'node:26.3.1-alpine3.24'
- args '-v /tmp:/tmp'
+ args '-v /tmp:/tmp -v /.npm:/.npm'
}
}
steps {