Remove Node 18

This commit is contained in:
Christian Georgi
2025-07-08 09:45:19 +02:00
committed by GitHub
parent 36d58664c9
commit a7b4a23163

View File

@@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
node-version: [22.x, 20.x, 18.x]
node-version: [22.x, 20.x]
steps:
- uses: actions/checkout@v4