1
0
mirror of https://github.com/kuohuanhuan/x-markdown-css.git synced 2024-11-25 06:18:19 +00:00

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
Signed by: kuohuanhuan
GPG Key ID: FD846A0A797B0D75

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: