datamade / how-to

📚 Doing all sorts of things, the DataMade way
MIT License
80 stars 12 forks source link

Node installation script is deprecated #346

Closed antidipyramid closed 4 months ago

antidipyramid commented 9 months ago

Description

The script we use in Cookiecutters:

# Add the NodeSource PPA
# (see: https://github.com/nodesource/distributions/blob/master/README.md)
RUN curl -sL https://deb.nodesource.com/setup_18.x | bash -

to install Node is deprecated. We should move over to the new installation method described here.

Screen Shot 2023-09-08 at 9 02 35 AM