CI: Add Node 14 to node versions list

This also removes the explicit node version in the eslint stage. Now the first version from the global list is automatically used.

Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
David Mehren 2020-08-25 21:03:21 +02:00
parent 196e7dfc58
commit f2de18179e
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3

View file

@ -9,6 +9,7 @@ stages:
node_js:
- 10
- 12
- 14
env:
- TEST_SUITE=test
- TEST_SUITE=test:e2e
@ -18,8 +19,6 @@ jobs:
include:
- stage: Static Tests
name: eslint
node_js:
- 10
script:
- yarn run lint
- name: ShellCheck