Skip to content

Commit

Permalink
ci: change node-version
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-records committed Jun 16, 2024
1 parent ffd93ce commit 0053773
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docsify-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
strategy:
matrix:
os: [ macos-latest, ubuntu-latest, windows-latest ]
node-version: [ 18, 20, latest, lts ]
node-version: [ 18, 20, latest, 'lts/*' ]
fail-fast: false

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 0053773

Please sign in to comment.