Skip to content

Commit b2c1d3f

Browse files
KyleJuKyle Ju
andauthored
Align the node version between Docker and Makefile (#2962)
Co-authored-by: Kyle Ju <[email protected]>
1 parent 424e295 commit b2c1d3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ inotifywait:
213213

214214
node: curl gpg
215215
if [[ "$$(which node)" == "" ]]; then \
216-
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -; \
216+
curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash -; \
217217
sudo apt-get install -qqy nodejs; \
218218
fi
219219

0 commit comments

Comments
 (0)