fix(linux): switch to node-v16 [skip ci]
This commit is contained in:
parent
76d1aa5ab3
commit
b0e8397279
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue