Merge branch 'patch-3' into 'develop'

Use Node 12 (most recent LTS version)

See merge request funkwhale/funkwhale!1019
This commit is contained in:
Eliot Berriot 2020-02-01 10:25:22 +01:00
commit ace8481802
1 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ stages:
review_front:
interruptible: true
stage: review
image: node:11
image: node:12-buster
when: manual
allow_failure: true
variables:
@ -148,7 +148,7 @@ test_api:
test_front:
interruptible: true
stage: test
image: node:11
image: node:12-buster
before_script:
- cd front
only:
@ -170,7 +170,7 @@ test_front:
build_front:
stage: build
image: node:11
image: node:12-buster
before_script:
- curl -L -o /usr/local/bin/jq https://github.com/stedolan/jq/releases/download/jq-1.5/jq-linux64
- chmod +x /usr/local/bin/jq