fix(linux): switch to node-v16 [skip ci]

This commit is contained in:
Baptiste Augrain 2024-02-18 01:03:33 +01:00
parent 76d1aa5ab3
commit b0e8397279

View File

@ -62,9 +62,9 @@ export PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1
if [[ "${OS_NAME}" == "linux" ]]; then
export VSCODE_SKIP_NODE_VERSION_CHECK=1
# if [[ -f "../.nvmrc.linux" ]]; then
# mv ../.nvmrc.linux ../.nvmrc
# fi
if [[ -f "../.nvmrc.linux" ]]; then
mv ../.nvmrc.linux ../.nvmrc
fi
for file in ../patches/linux/*.patch; do
if [[ -f "${file}" ]]; then