Skip to content
Snippets Groups Projects
Verified Commit 919684e3 authored by jfriedli's avatar jfriedli
Browse files

adapt node versions

parent a439a5ad
No related branches found
No related tags found
2 merge requests!610v1.8,!605Clean up
......@@ -54,7 +54,7 @@ e2e_test:
# Build the application
.build_frontend_template: &build_frontend-template
image: node:12
image: node:14
stage: build
cache:
key: ${CI_COMMIT_REF_SLUG}
......
# develop stage
FROM node:12 as develop-stage
FROM node:14 as develop-stage
WORKDIR /app
COPY package*.json ./
RUN yarn global add @quasar/cli
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment