chore: bump nodejs version

This commit is contained in:
Gregor Kleen 2020-01-16 18:07:48 +01:00
parent 58a197ec2f
commit 622b08e3a8

View File

@ -14,6 +14,8 @@ variables:
POSTGRES_DB: uniworx_test
POSTGRES_USER: uniworx
POSTGRES_PASSWORD: uniworx
N_PREFIX: "${HOME}/.n"
PATH: "${N_PREFIX}/bin:$PATH"
stages:
- setup
@ -31,7 +33,7 @@ npm install:
before_script: &npm
- apt-get update -y
- npm install -g n
- n stable
- n 13.5.0
- npm install -g npm
- hash -r
- apt-get -y install openssh-client exiftool