ci: override jwa compatible node 24.0.0 (#20697)

This commit is contained in:
btea
2025-05-12 16:41:54 +08:00
committed by GitHub
parent eff628a65a
commit 59df5d8ecc
3 changed files with 11 additions and 9 deletions

View File

@@ -57,13 +57,13 @@ jobs:
strategy:
matrix:
node-version: [20, 22, 24.0.1]
node-version: [20, 22, 24]
include:
- node-version: 20
node-name: LTS
- node-version: 22
node-name: Current
- node-version: 24.0.1
- node-version: 24
node-name: New
steps: