Skip to content

Commit faa13cc

Browse files
committed
fix: update to node 10 LTS
- and drop Node 6 & 7
1 parent 73f7bd7 commit faa13cc

File tree

4 files changed

+4
-152
lines changed

4 files changed

+4
-152
lines changed

stacks/node/setup.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@ set -euo pipefail
99
# Discussion, issues and change requests at:
1010
# https://github.com/nodesource/distributions
1111
#
12-
# Script to install the NodeSource Node.js 4.x repo onto a
12+
# Script to install the NodeSource Node.js 10.x repo onto a
1313
# Debian or Ubuntu system.
1414

1515
export DEBIAN_FRONTEND=noninteractive
1616

17-
echo "Installing the NodeSource Node.js 6.x repo..."
17+
echo "Installing the NodeSource Node.js 10.x repo..."
1818

1919
apt-get update
2020
apt-get install -qq apt-transport-https
2121

22-
echo 'deb https://deb.nodesource.com/node_6.x jessie main' > /etc/apt/sources.list.d/nodesource.list
23-
echo 'deb-src https://deb.nodesource.com/node_6.x jessie main' >> /etc/apt/sources.list.d/nodesource.list
22+
echo 'deb https://deb.nodesource.com/node_10.x jessie main' > /etc/apt/sources.list.d/nodesource.list
23+
echo 'deb-src https://deb.nodesource.com/node_10.x jessie main' >> /etc/apt/sources.list.d/nodesource.list
2424

2525
# Add nodesource's apt gpg key inline
2626
echo "

stacks/node7/build.sh

-26
This file was deleted.

stacks/node7/launcher.sh

-36
This file was deleted.

stacks/node7/setup.sh

-86
This file was deleted.

0 commit comments

Comments
 (0)