Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into replace-inquirer-wi…
Browse files Browse the repository at this point in the history
…th-prompts
  • Loading branch information
yusukebe committed Mar 28, 2024
2 parents ae10517 + d68a9a7 commit 6bc65c3
Show file tree
Hide file tree
Showing 3 changed files with 143 additions and 146 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 19.x, 20.x]
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,12 @@
"kleur": "^4.1.5",
"node-fetch": "^3.3.0",
"np": "^7.6.3",
"ora": "^8.0.1",
"prettier": "^3.2.5",
"tiged": "^2.12.7",
"tsx": "^3.12.2",
"tsx": "^4.7.1",
"typescript": "^5.3.3",
"vitest": "^0.34.6",
"yargs-parser": "^21.1.1"
},
"dependencies": {
"ora": "^8.0.1"
}
}
}
Loading

0 comments on commit 6bc65c3

Please sign in to comment.