fix: Support Node 26, remove Node 20 support (#32508)

This commit is contained in:
Koen Kanters
2026-07-07 22:38:52 +02:00
committed by GitHub
parent 83ca2746a7
commit 5591207dea
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -216,7 +216,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node: [20, 22, 24]
node: [22, 24, 26]
runs-on: ${{ matrix.os }}
continue-on-error: true
steps: