chore: run ci against node 23, drop running against 21

This commit is contained in:
Matthias 2024-10-17 06:25:38 +02:00
parent 3c55cc7f19
commit 667409a553

View File

@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-22.04 ]
node: [ "18", "20", "21", "22"]
node: [ "18", "20", "22", "23"]
steps:
- uses: actions/checkout@v4