ci: run test-unit on node20 (#16852)

This commit is contained in:
btea
2024-05-15 10:44:40 +08:00
committed by GitHub
parent e35f403515
commit 7a45480473

View File

@@ -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