Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [18.20.0, 18.x, 20.x, 22.x, 23.x]
node-version: [18.20.0, 18.x, 19.x, 20.x, 21.x, 22.x, 23.x]
Comment thread
yamadashy marked this conversation as resolved.
Outdated
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [18.20.0, 18.x, 20.x, 22.x, 23.x]
node-version: [18.20.0, 18.x, 19.x, 20.x, 21.x, 22.x, 23.x]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@clack/prompts": "^0.9.0",
"@secretlint/core": "^9.0.0",
"@secretlint/secretlint-rule-preset-recommend": "^9.0.0",
"cli-spinners": "^3.2.0",
"cli-spinners": "^2.9.2",
"clipboardy": "^4.0.0",
"commander": "^13.0.0",
"globby": "^14.0.2",
Expand Down