Can I find Linkedin Node

Hi,
I just installed n8n via docker on the rpi tutorial

docker run -it --rm --name n8n -p 5678:5678 -v ~/.n8n:/root/.n8n n8nio/n8n:latest-rpi

But I can not find the Linkedin Node ?

How can I reach it ?

Hey @ejemba!

Welcome to the community :slightly_smiling_face:

Can you let us know what version are of n8n are you running? Click on the ? icon and select ‘About n8n’. This will give you the n8n version you are currently running.

Hi @harshil1712
thank you for your warm welcome :slight_smile:
my version is 0.74.0
I pull the last rpi image

Looks like the Docker image is not pulling the latest version. Try running the following command

docker run -it --rm --name n8n-rpi -p 5678:5678 -v ~/.n8n:/root/.n8n n8nio/n8n:0.98.0-rpi

This command will get the latest version of n8n and you will be able to use the LinkedIn node :slightly_smiling_face:

Thank you @harshil1712
you make my day :slight_smile:

I am happy that I could help! Have fun :slightly_smiling_face: