删除ci的node的版本16.x

This commit is contained in:
yun 2023-11-20 09:27:15 +08:00
parent 6c389eb496
commit b1dfa53d7f

View File

@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [ 16.x, 18.x ]
node-version: [ 18.x ]
os: [ ubuntu-latest, windows-latest, macos-latest ]
experimental: [ true ]