mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-28 23:04:22 -05:00
ci: remove node 14 because it is not supported by next.js anymore
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
6705e1350f
commit
14a75e5612
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-and-build.yml
vendored
2
.github/workflows/test-and-build.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node: [ '14', '16', '18' ]
|
node: [ '16', '18' ]
|
||||||
include:
|
include:
|
||||||
- node: '18'
|
- node: '18'
|
||||||
coverage: true
|
coverage: true
|
||||||
|
|
Loading…
Reference in a new issue