Skip to content

Commit 517acef

Browse files
authored
unpin node version (Azure#35399)
1 parent 00da95b commit 517acef

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

scripts/automation_generate.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ export VIRTUAL_ENV
55
PATH="$VIRTUAL_ENV/bin:$PATH"
66
export PATH
77

8-
# node version degrade
9-
sudo npm install -g n
10-
sudo n 18.19.0
11-
export PATH=/usr/local/n/versions/node/18.19.0/bin:$PATH
12-
138
TEMP_FILE="$TMPDIR/venv-sdk/auto_temp.json"
149
# generate code
1510
python -m packaging_tools.sdk_generator "$1" "$TEMP_FILE" 2>&1

0 commit comments

Comments
 (0)