Skip to content

Commit 50d5272

Browse files
authored
Update node samples to 1.0.13 (#256)
* Update lock.json to 1.0.13 * Update log message in updatenode.sh for clarity
1 parent 694054a commit 50d5272

File tree

11 files changed

+696
-687
lines changed

11 files changed

+696
-687
lines changed

.github/scripts/updatenode.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/bin/bash
2+
set -e
3+
4+
for dir in samples/nodejs/*/; do
5+
if [ -d "$dir" ]; then
6+
echo "Updating $dir"
7+
(cd "$dir" && rm -rf node_modules/ package-lock.json && npm install)
8+
fi
9+
done

samples/nodejs/auto-signin/package-lock.json

Lines changed: 40 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples/nodejs/azure-ai-streaming/package-lock.json

Lines changed: 46 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)