Skip to content

Commit 4a8c30e

Browse files
committed
chore: 升级 n8n-nodes-mineru 版本至 0.1.9,并确保 GitHub Actions 使用最新的 npm 以满足 Trusted Publishing 要求
1 parent b02298e commit 4a8c30e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
3434
registry-url: 'https://registry.npmjs.org'
3535
- run: corepack enable
3636

37+
# ⬇️ 新增:升级 npm 到最新(满足 Trusted Publishing 的最新要求)
38+
- name: Ensure latest npm (for trusted publishing)
39+
run: npm i -g npm@latest
40+
3741
- name: Setup pnpm
3842
uses: pnpm/action-setup@v4
3943
with:

n8n-nodes-mineru/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-nodes-mineru",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"description": "Free and comprehensive document parsing capabilities",
55
"keywords": [
66
"n8n-community-node-package"

0 commit comments

Comments
 (0)