mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-31 15:18:38 -04:00
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:
parent
196e7dfc58
commit
f2de18179e
1 changed files with 1 additions and 2 deletions
|
@ -9,6 +9,7 @@ stages:
|
||||||
node_js:
|
node_js:
|
||||||
- 10
|
- 10
|
||||||
- 12
|
- 12
|
||||||
|
- 14
|
||||||
env:
|
env:
|
||||||
- TEST_SUITE=test
|
- TEST_SUITE=test
|
||||||
- TEST_SUITE=test:e2e
|
- TEST_SUITE=test:e2e
|
||||||
|
@ -18,8 +19,6 @@ jobs:
|
||||||
include:
|
include:
|
||||||
- stage: Static Tests
|
- stage: Static Tests
|
||||||
name: eslint
|
name: eslint
|
||||||
node_js:
|
|
||||||
- 10
|
|
||||||
script:
|
script:
|
||||||
- yarn run lint
|
- yarn run lint
|
||||||
- name: ShellCheck
|
- name: ShellCheck
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue