Add nodejs-dev - github's 18.04 runner is broken..

This commit is contained in:
Gene Hoffman
2020-04-21 22:55:21 -07:00
committed by Richard Kiss
parent d3939e318d
commit 1fcae84c19
+1 -1
View File
@@ -28,7 +28,7 @@ if [ `uname` = "Linux" ]; then
#LINUX=1
if type apt-get; then
# Debian/Ubuntu
sudo apt-get install -y nodejs node-gyp npm
sudo apt-get install -y npm nodejs node-gyp nodejs-dev
elif type yum && [ ! -f "/etc/redhat-release" ] && [ ! -f "/etc/centos-release" ]; then
# AMZN 2
echo "Installing on Amazon Linux 2"