Skip to content

Commit 3efa808

Browse files
committed
chore: 移除 GitHub Actions 工作流中的 npm 缓存配置,以简化工作流
1 parent d500cae commit 3efa808

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/publish-n8n-nodes-mineru.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ jobs:
3939
with:
4040
node-version: 20 # 使用 Node.js 20 版本
4141
registry-url: 'https://registry.npmjs.org' # 设置 npm 注册表 URL
42-
cache: 'npm' # 启用 npm 缓存
43-
cache-dependency-path: n8n-nodes-mineru/package-lock.json # 缓存依赖文件路径
4442

4543
# 步骤3:安装依赖
4644
- name: Install deps

0 commit comments

Comments
 (0)