Skip to content

Commit 60b0fbe

Browse files
committed
make:detect:brew install node@18
1 parent 1bf7f06 commit 60b0fbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ endif
243243
bash -c "[ '$(shell uname -s)' == 'Darwin' ] && brew install help2man || echo "
244244
bash -c "[ '$(shell uname -s)' == 'Darwin' ] && brew install libtool || echo "
245245
bash -c "[ '$(shell uname -s)' == 'Darwin' ] && brew install mercurial || echo "
246-
bash -c "[ '$(shell uname -s)' == 'Darwin' ] && brew install node@14 || echo "
246+
bash -c "[ '$(shell uname -s)' == 'Darwin' ] && brew install node@18 || echo "
247247
bash -c "[ '$(shell uname -s)' == 'Darwin' ] && brew install pandoc || echo "
248248
bash -c "[ '$(shell uname -s)' == 'Darwin' ] && brew install pkg-config || echo "
249249
bash -c "[ '$(shell uname -s)' == 'Darwin' ] && brew install protobuf || echo "

0 commit comments

Comments
 (0)