Run CI for Node 18 & 20

Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
David Mehren 2023-05-28 20:48:54 +02:00 committed by Tilman Vatteroth
parent f6a28fb69b
commit 8a9f5b5c3a
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -17,7 +17,7 @@ jobs:
- name: Setup node
uses: ./.github/actions/setup-node
with:
NODEJS_VERSION: '16'
NODEJS_VERSION: '20'
- name: Run ESLint
run: yarn run eslint