2nd time: facing problem with the deploying from github showing rangeerror

**If upload manually I don’t face any problem at all but if try deploying through linking github auto deployment it shows build command failed with this error **

8:58:21 PM: $ npm run build
8:58:21 PM: > forkify_personal_project@1.0.0 build
8:58:21 PM: > NODE_ENV=production webpack --config webpack.config.js
8:58:24 PM: failed to asynchronously prepare wasm: RangeError: WebAssembly.instantiate(): Out of memory: wasm memory
8:58:24 PM: failed to asynchronously prepare wasm: RangeError: WebAssembly.instantiate(): Out of memory: wasm memory
8:58:24 PM: failed to asynchronously prepare wasm: RangeError: WebAssembly.instantiate(): Out of memory: wasm memory
8:58:24 PM: node:internal/event_target:1011
8:58:24 PM:   process.nextTick(() => { throw err; });
8:58:24 PM:                            ^
8:58:24 PM: RangeError [Error]: WebAssembly.instantiate(): Out of memory: wasm memory
8:58:24 PM: Emitted 'error' event on Worker instance at:
8:58:24 PM:     at Worker.[kOnErrorMessage] (node:internal/worker:298:10)
8:58:24 PM:     at Worker.[kOnMessage] (node:internal/worker:309:37)
8:58:24 PM:     at MessagePort.<anonymous> (node:internal/worker:205:57)
8:58:24 PM:     at MessagePort.[nodejs.internal.kHybridDispatch] (node:internal/event_target:736:20)
8:58:24 PM:     at MessagePort.exports.emitMessage (node:internal/per_context/messageport:23:28)
8:58:24 PM:     at Worker.[kOnExit] (node:internal/worker:276:5)
8:58:24 PM:     at Worker.<computed>.onexit (node:internal/worker:202:20)

The project github link is here https://github.com/ap-limon/Forkify_personal_project

Hi there,

Running out of memory during build can produce many results like this. You’ll need to troubleshoot the memory usage, and use less, if you want our CI to work for you.

This article talks about some methodologies for trying to control memory usage by node, hopefully it helps!

If not, the CLI will be your best path to deploy this site, assuming you do not want to upgrade to a build environment with more memory: [Support Guide] Making sure your builds use appropriate resources for Netlify's build system