Building from v.1.41.0 tag failed

So, i am trying to build metabase from v1.41.0 tag. Previously build was successful but when i tried to build again "./bin/build" is sowing this error :-
Step "Run 'webpack' with NODE_ENV=production to assemble and minify frontend assets" failed with error "Browserslist: caniuse-lite is outdated. Please run:\nnpx browserslist@latest --update-db\n\nWhy you should do it regularly:\nhttps://github.com/browserslist/browserslist#browsers-data-updating\nBrowserslist: caniuse-lite is outdated. Please run:\nnpx browserslist@latest --update-db\n\nWhy you should do it regularly:\nhttps://github.com/browserslist/browserslist#browsers-data-updating\nnode:internal/crypto/hash:67\n this[kHandle] = new _Hash(algorithm, xofLen);\n ^\n\nError: error:0308010C:digital envelope routines::unsupported\n at new Hash (node:internal/crypto/hash:67:19)\n at Object.createHash (node:crypto:130:10)\n at BulkUpdateDecorator.hashFactory (/mnt/metabase/node_modules/webpack/lib/util/createHash.js:144:18)\n at BulkUpdateDecorator.digest (/mnt/metabase/node_modules/webpack/lib/util/createHash.js:79:21)\n at NormalModule._initBuildHash (/mnt/metabase/node_modules/webpack/lib/NormalModule.js:857:53)\n at /mnt/metabase/node_modules/webpack/lib/NormalModule.js:896:10\n at processResult (/mnt/metabase/node_modules/webpack/lib/NormalModule.js:697:12)\n at /mnt/metabase/node_modules/webpack/lib/NormalModule.js:792:5\n at /mnt/metabase/node_modules/loader-runner/lib/LoaderRunner.js:399:11\n at /mnt/metabase/node_modules/loader-runner/lib/LoaderRunner.js:251:18 {\n opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],\n library: 'digital envelope routines',\n reason: 'unsupported',\n code: 'ERR_OSSL_EVP_UNSUPPORTED'\n}\n\nNode.js v17.0.1"
can you suggest a fix for this?

here are package details;
npm 8.1.0
node v17.0.1
clojure Clojure CLI version 1.10.3.998
OS :-
NAME="Ubuntu"
VERSION="18.04.6 LTS (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.6 LTS"
VERSION_ID="18.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic

Hi @fti-pchincholikar
You'll need Node LTS 16 and Yarn 1.x:
https://www.metabase.com/docs/latest/developers-guide/build.html

hey @flamber thanks for replying so quickly. let me build it with Node LTS 16. will update soon.

@fti-pchincholikar Otherwise you can use Docker to build:
DOCKER_BUILDKIT=1 docker build . --no-cache

@flamber ,
i installed node LTS 16 and now build is successful. Thank you so much!
although i have one more doubt,
is it possible to build metabase on RP4?
if yes then should i follow same procedure?

@fti-pchincholikar See https://github.com/metabase/metabase/issues/13119