Skip to content
Snippets Groups Projects
Unverified Commit 1fa034e1 authored by Xaver Maierhofer's avatar Xaver Maierhofer Committed by GitHub
Browse files

[TASK] Set nodejs v12 as standard & remove EOL v11

parent 1bcc6bfd
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ dist: trusty ...@@ -4,7 +4,7 @@ dist: trusty
language: node_js language: node_js
node_js: node_js:
- "10" - "12"
os: os:
- linux - linux
...@@ -14,9 +14,7 @@ matrix: ...@@ -14,9 +14,7 @@ matrix:
include: include:
- node_js: "8" - node_js: "8"
os: linux os: linux
- node_js: "11" - node_js: "10"
os: linux
- node_js: "12"
os: linux os: linux
cache: cache:
yarn: true yarn: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment