chore: drop support for node 14

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2023-04-14 11:38:18 +02:00 committed by David Mehren
parent cb233bac1a
commit cd83499bc0
4 changed files with 7 additions and 3 deletions

View file

@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['14', '16']
node: ['16']
name: Node ${{ matrix.node }}
steps:
- name: Checkout repository