Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-c committed May 1, 2024
2 parents da0f219 + d6dbad0 commit bf3a0f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/nodejs-wrapper.sh
Expand Up @@ -55,7 +55,8 @@ setup_node_venv() {
python3 -m pip install nodeenv

echo "Creating new virtual environment for NodeJS: ${node_venv_path}"
nodeenv "${node_venv_path}"
# TODO fix issue with vinyl-fs and NodeJS 22.0
nodeenv --node=21.7.3 "${node_venv_path}"

deactivate
}
Expand Down

0 comments on commit bf3a0f1

Please sign in to comment.