Skip to content

Commit 67ecb82

Browse files
eryajferyajf
authored andcommitted
ci: 更新 npm 缓存路径从 /data/.cache 到 /root/.npm
1 parent 7f3b4b7 commit 67ecb82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cnb/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ main:
1010
docker:
1111
image: docker.cnb.cool/znb/images/node:18
1212
volumes:
13-
- /data/.cache:copy-on-write
13+
- /root/.npm:copy-on-write
1414
stages:
1515
- name: set env
1616
script: echo -n $(date "+%Y-%m-%d %H:%M")

0 commit comments

Comments
 (0)