mirror of
https://github.com/element-plus/element-plus.git
synced 2025-02-17 11:49:41 +08:00
ci: run test-unit
on node20 (#16852)
This commit is contained in:
parent
e35f403515
commit
7a45480473
6
.github/workflows/test-unit.yml
vendored
6
.github/workflows/test-unit.yml
vendored
@ -57,12 +57,12 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [18]
|
||||
node-version: [18, 20]
|
||||
include:
|
||||
- node-version: 18
|
||||
node-name: LTS
|
||||
# - node-version: 18
|
||||
# node-name: Current
|
||||
- node-version: 20
|
||||
node-name: LTS-20
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
Loading…
Reference in New Issue
Block a user