mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
ci: run test-unit on node20 (#16852)
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user