mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-29 14:25: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:
|
||||
- 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue