We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b02298e commit 4a8c30eCopy full SHA for 4a8c30e
.github/workflows/publish-n8n-nodes-mineru.yml
@@ -34,6 +34,10 @@ jobs:
34
registry-url: 'https://registry.npmjs.org'
35
- run: corepack enable
36
37
+ # ⬇️ 新增:升级 npm 到最新(满足 Trusted Publishing 的最新要求)
38
+ - name: Ensure latest npm (for trusted publishing)
39
+ run: npm i -g npm@latest
40
+
41
- name: Setup pnpm
42
uses: pnpm/action-setup@v4
43
with:
n8n-nodes-mineru/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "n8n-nodes-mineru",
3
- "version": "0.1.8",
+ "version": "0.1.9",
4
"description": "Free and comprehensive document parsing capabilities",
5
"keywords": [
6
"n8n-community-node-package"
0 commit comments