Browse Source

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

Baptiste Augrain 1 year ago
parent
commit
b0e8397279
1 changed files with 3 additions and 3 deletions
  1. 3 3
      prepare_vscode.sh

+ 3 - 3
prepare_vscode.sh

@@ -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