LinkedIn Node Using Invalid API Version - Blocking All Post Operations

The n8n LinkedIn node (n8n-nodes-base.linkedIn v1) is hardcoded to use LinkedIn API version 20250401 which does not exist, causing all LinkedIn posting operations to fail with error code NONEXISTENT_VERSION.

Describe the problem/error/question

Error Details
Error Message:
426 - {“status”:426,“code”:“NONEXISTENT_VERSION”,“message”:“Requested version 20250401 is not active”}
Error Location:
/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@aws-sdk+credential-providers@3.808.0_asn1.js@5_8da18263ca0574b0db58d4fefd8173ce/node_modules/n8n-nodes-base/nodes/LinkedIn/GenericFunctions.ts:71:9
HTTP Status Code: 426 (Upgrade Required)
Node Details:
Node Type: n8n-nodes-base.linkedIn
Node Version: 1
Operation: Create Post
Resource: Post

What is the error message (if any)?

Please share your workflow

Error Details
Error Message:

426 - {"status":426,"code":"NONEXISTENT_VERSION","message":"Requested version 20250401 is not active"}
Error Location:

/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@aws-sdk+credential-providers@3.808.0_asn1.js@5_8da18263ca0574b0db58d4fefd8173ce/node_modules/n8n-nodes-base/nodes/LinkedIn/GenericFunctions.ts:71:9
HTTP Status Code: 426 (Upgrade Required)

Node Details:

Node Type: n8n-nodes-base.linkedIn
Node Version: 1
Operation: Create Post
Resource: Post

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hey @G_L_Lokesh, while you wait for a response, here are some things that might help:

Suggested resources

Automatically matched to your question.

Docs:

Forum:

@pdwarf - you’ve helped with similar issues before, can you take a look?

Automatically suggested by n8n’s community bot. It’s a pilot - please share feedback here.

Hi @G_L_Lokesh Welcome!
LinkedIn retires each API version after a year and the node carried that value in its own code, so every post request returns 426 once it expires. It was corrected in n8n 2.18.0 and backported to 2.17.3, so updating clears it. Current stable is 2.29.8. On npm:

npm update -g n8n

On Cloud, pick a newer version from the version dropdown in your workspace settings.