Below are my steps to update the n8n. Is there an extra step to get the updated node? Thanks
1. change directory to the root of the repository you cloned:
cd n8n-docker-caddy
2. Stop n8n and Caddy
sudo docker compose stop
3. Updating
# Pull latest version
docker compose pull
# Stop and remove older version
docker compose down
# Start the container
docker compose up -d
4. Restart Server
sudo shutdown -r now
Did you actually confirm inside n8n that the update was done? Does it say the correct version in n8n?
When new nodes are installed sometimes you need to refresh your browser’s cache. Easiest way to check is to login in a different browser/incognito browser.