chore: bump nodejs version
This commit is contained in:
parent
58a197ec2f
commit
622b08e3a8
@ -14,6 +14,8 @@ variables:
|
|||||||
POSTGRES_DB: uniworx_test
|
POSTGRES_DB: uniworx_test
|
||||||
POSTGRES_USER: uniworx
|
POSTGRES_USER: uniworx
|
||||||
POSTGRES_PASSWORD: uniworx
|
POSTGRES_PASSWORD: uniworx
|
||||||
|
N_PREFIX: "${HOME}/.n"
|
||||||
|
PATH: "${N_PREFIX}/bin:$PATH"
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- setup
|
- setup
|
||||||
@ -31,7 +33,7 @@ npm install:
|
|||||||
before_script: &npm
|
before_script: &npm
|
||||||
- apt-get update -y
|
- apt-get update -y
|
||||||
- npm install -g n
|
- npm install -g n
|
||||||
- n stable
|
- n 13.5.0
|
||||||
- npm install -g npm
|
- npm install -g npm
|
||||||
- hash -r
|
- hash -r
|
||||||
- apt-get -y install openssh-client exiftool
|
- apt-get -y install openssh-client exiftool
|
||||||
|
|||||||
Reference in New Issue
Block a user