mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
ci: override jwa compatible node 24.0.0 (#20697)
This commit is contained in:
4
.github/workflows/test-unit.yml
vendored
4
.github/workflows/test-unit.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user