update test environments (test on node v22 instead of v18)

This commit is contained in:
Martin Raifer
2025-04-29 16:21:30 +02:00
parent 45125bd16b
commit ae08144916

View File

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