Skip to content

Commit

Permalink
Pin NodeJS version (#4378)
Browse files Browse the repository at this point in the history
Pin NodeJS version used to build frontend
  • Loading branch information
ivan-c committed May 1, 2024
1 parent e8a9818 commit d6dbad0
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 d6dbad0

Please sign in to comment.