update workflow to use node 22 and above

This commit is contained in:
Kevin Jahns
2026-03-27 01:40:44 +01:00
parent f983fb767b
commit cae87f777c

View File

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