Skip to content

Commit

Permalink
unpin node version
Browse files Browse the repository at this point in the history
  • Loading branch information
msyyc committed Apr 28, 2024
1 parent 434a248 commit 12d3d57
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scripts/automation_generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ export VIRTUAL_ENV
PATH="$VIRTUAL_ENV/bin:$PATH"
export PATH

# node version degrade
sudo npm install -g n
sudo n 18.19.0
export PATH=/usr/local/n/versions/node/18.19.0/bin:$PATH

TEMP_FILE="$TMPDIR/venv-sdk/auto_temp.json"
# generate code
python -m packaging_tools.sdk_generator "$1" "$TEMP_FILE" 2>&1
Expand Down

0 comments on commit 12d3d57

Please sign in to comment.