ci: update node from v10 to v14

Closes #29
This commit is contained in:
Jovan Krunić
2021-03-29 17:01:26 +02:00
parent b372e6886b
commit 2dbbea8992
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM node:10-alpine FROM node:14-alpine
RUN apk update && apk add git curl RUN apk update && apk add git curl

View File

@@ -5,7 +5,7 @@
* [SSH](https://docs.gitlab.com/ee/ssh/README.html) * [SSH](https://docs.gitlab.com/ee/ssh/README.html)
* [Git](https://docs.gitlab.com/ee/gitlab-basics/start-using-git.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 * [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 * [NVM](https://github.com/creationix/nvm#installation) - if you want to use multiple different versions of node
Example for Debian based distributions: Example for Debian based distributions: