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:
Tilman Vatteroth 2023-02-25 20:11:12 +01:00
parent 6705e1350f
commit 14a75e5612

View file

@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '14', '16', '18' ]
node: [ '16', '18' ]
include:
- node: '18'
coverage: true