chore(ci): add lts/* to node-version in CI

This commit is contained in:
2023-03-05 19:53:39 +08:00
parent eb2e5f532a
commit d45e09d7bf
+1 -1
View File
@@ -41,7 +41,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [16, 18, latest]
node-version: [16, 18, lts/*, latest]
os: [ubuntu-latest, windows-latest, macos-latest]
fail-fast: false
steps: