From 2dbbea89929d84aeb35d0c215bd92266e0a12be5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jovan=20Kruni=C4=87?= Date: Mon, 29 Mar 2021 17:01:26 +0200 Subject: [PATCH] ci: update node from v10 to v14 Closes #29 --- images/node/Dockerfile | 2 +- project-docs/SETUP.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/images/node/Dockerfile b/images/node/Dockerfile index 4311bb4f..7b99cf9a 100644 --- a/images/node/Dockerfile +++ b/images/node/Dockerfile @@ -1,4 +1,4 @@ -FROM node:10-alpine +FROM node:14-alpine RUN apk update && apk add git curl diff --git a/project-docs/SETUP.md b/project-docs/SETUP.md index 43b469ea..ced9dc30 100644 --- a/project-docs/SETUP.md +++ b/project-docs/SETUP.md @@ -5,7 +5,7 @@ * [SSH](https://docs.gitlab.com/ee/ssh/README.html) * [Git](https://docs.gitlab.com/ee/gitlab-basics/start-using-git.html) * [Docker](https://docs.gitlab.com/ee/user/project/container_registry.html) & Docker-Compose -* Node.js & NPM - be sure to install the "Dubnium" (10.x) LTS version, might need a [PPA](https://github.com/nodesource/distributions/blob/master/README.md#installation-instructions) or use NVM +* Node.js & NPM - be sure to install the "Fermium" (14.x) LTS version, might need a [PPA](https://github.com/nodesource/distributions/blob/master/README.md#installation-instructions) or use NVM * [NVM](https://github.com/creationix/nvm#installation) - if you want to use multiple different versions of node Example for Debian based distributions: