[ci] node.js matrix shorten to [18.x, 20.x]

This commit is contained in:
Revone 2023-09-21 13:06:39 +08:00
parent b642a91775
commit a48d836a6a

View file

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x, 20.x]
node-version: [18.x, 20.x]
steps:
- name: Checkout code
uses: actions/checkout@v4