Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node 10.x outdated: Warnings during build says that nodejs 10.x is deprecated #3350

Closed
aronasorman opened this issue Mar 24, 2022 · 1 comment · Fixed by #3403
Closed

Node 10.x outdated: Warnings during build says that nodejs 10.x is deprecated #3350

aronasorman opened this issue Mar 24, 2022 · 1 comment · Fixed by #3403

Comments

@aronasorman
Copy link
Collaborator

aronasorman commented Mar 24, 2022

Observed behavior

Node.js 10.x is deprecated and the using the NodeSource repositories to install it in the Docker build produces the following warning

                              DEPRECATION WARNING                            

  Node.js 10.x is no longer actively supported!

  You will not receive security or critical stability updates for this version.

  You should migrate to a supported version of Node.js as soon as possible.
  Use the installation script that corresponds to the version of Node.js you
  wish to install. e.g.

   * https://deb.nodesource.com/setup_12.x — Node.js 12 LTS "Erbium"
   * https://deb.nodesource.com/setup_14.x — Node.js 14 LTS "Fermium" (recommended)
   * https://deb.nodesource.com/setup_16.x — Node.js 16 "Gallium"

  Please see https://github.com/nodejs/Release for details about which
  version may be appropriate for you.

  The NodeSource Node.js distributions repository contains
  information both about supported versions of Node.js and supported Linux
  distributions. To learn more about usage, see the repository:
    https://github.com/nodesource/distributions

Desired behavior

Once Kolibri has been upgraded to Node.js 16, and kolibri-tools released, we should update Studio to Node.js 16. We'll need to update many dependencies as well.

@rtibbles
Copy link
Member

Once we release the latest version of kolibri-tools, we should be able to jump to 16.x here - noting that we'd need to update a bunch of JS dependencies at the same time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants