Netlify cache issue

site: beta-tonycre8.netlify.app / beta.tonycre8.co.uk

I’m having a little issue with my cache on Netlify and maybe even git.
For context, on this older thread, I ran into an issue with deploying my site.
I’ve fixed the issue, and it all works locally on my end again! However, it seems as if somewhere my Node dependency isn’t being updated!


As seen in this image, my node version on my project is v14.2.0.
But when I try to deploy my site, it runs the older version of v10.20.1
Here’s the snippet of the deploy logs:

8:23:30 PM: Build ready to start
8:23:32 PM: build-image version: 2dbd444fcdce00cf06325060a8238d5ae3e86774
8:23:32 PM: build-image tag: v3.3.7
8:23:32 PM: buildbot version: d305548225ac57bb00eb5a596b0b8674e76a4681
8:23:32 PM: Fetching cached dependencies
8:23:32 PM: Starting to download cache of 254.9KB
8:23:32 PM: Finished downloading cache in 71.889489ms
8:23:32 PM: Starting to extract cache
8:23:32 PM: Failed to fetch cache, continuing with build
8:23:32 PM: Starting to prepare the repo for build
8:23:33 PM: No cached dependencies found. Cloning fresh repo
8:23:33 PM: git clone https://github.com/TonyIngall/gatsby-portfolio
8:23:34 PM: Preparing Git Reference refs/heads/master
8:23:35 PM: Starting build script
8:23:35 PM: Installing dependencies
8:23:36 PM: Downloading and installing node v10.20.1...
8:23:36 PM: Downloading https://nodejs.org/dist/v10.20.1/node-v10.20.1-linux-x64.tar.xz...
8:23:37 PM: 
##########################################
8:23:37 PM: ########                        70.7%
8:23:37 PM: 
########################################################################
8:23:37 PM:  100.0%
8:23:37 PM: Computing checksum with sha256sum
8:23:37 PM: Checksums matched!
8:23:39 PM: Now using node v10.20.1 (npm v6.14.4)

I’ve tried the clear cache and re-deploy option, but it hasn’t worked in my favour.
Anything else I can do to make sure that Netlify updates it’s node version when deploying my project?

hey there, that is the default version we have, i believe.

you can explicitly set a specific node version using nvm:

you’ll want to clear cache and redeply in order to get it to take. let us know how it works out!