Skip to content

Commit

Permalink
upgrade to Node 18 (#241)
Browse files Browse the repository at this point in the history
Node 18 has been promoted to LTS.

https://nodejs.org/en/blog/release/v18.12.0/
  • Loading branch information
browner12 authored Oct 25, 2022
1 parent 5c5bcd9 commit 86bace7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/amd64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ apt-add-repository ppa:ondrej/php -y
apt-add-repository ppa:chris-lea/redis-server -y

# NodeJS
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
curl -sL https://deb.nodesource.com/setup_18.x | sudo -E bash -

# PostgreSQL
tee /etc/apt/sources.list.d/pgdg.list <<END
Expand Down
2 changes: 1 addition & 1 deletion scripts/arm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ apt-add-repository ppa:ondrej/php -y
apt-add-repository ppa:chris-lea/redis-server -y

# NodeJS
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
curl -sL https://deb.nodesource.com/setup_18.x | sudo -E bash -

# PostgreSQL
tee /etc/apt/sources.list.d/pgdg.list <<END
Expand Down

0 comments on commit 86bace7

Please sign in to comment.