remove pipieline for 14.x

This commit is contained in:
Wheat Carrier 2024-03-31 17:38:13 +08:00
parent a51abd3714
commit 806096258b

View File

@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [14.x, 16.x, 18.x]
node-version: [16.x, 18.x, 20.x]
steps:
- uses: actions/checkout@v2