removed node 22 from ci to debug a testcase failiour

This commit is contained in:
Frank Elsinga 2024-10-04 04:20:22 +02:00 committed by GitHub
parent 14199dc2cb
commit 0f6cb15561
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest, ARM64]
node: [ 18, 20, 22 ]
node: [ 18, 20 ]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps: