ci: remove node v12 check (#28699)

ci: remove node 12 check
This commit is contained in:
Yihau Chen 2022-11-01 19:44:24 +08:00 committed by GitHub
parent 9d5f019344
commit 4267a15292
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -57,7 +57,9 @@ jobs:
strategy:
matrix:
node: [ '12', '14', '16' ]
node:
- '14'
- '16'
name: Node ${{ matrix.node }}
steps: