🛠 Tooling: Run node lib/index.js --version
instead of node lib/index.js
#1353
Labels
area: tooling
Managing the repository's maintenance
status: accepting prs
Please, send a pull request to resolve this!
Bug Report Checklist
main
branch of the repository.Overview
The
build.yml
workflow tries to runnode lib/index.js
. But there's no reason to expect that invoking a command with no arguments is valid.Running something like
might be safer. Of course, that assumes the program accepts command line arguments!
Additional Info
https://github.com/danvk/literate-ts/actions/runs/8072807240/job/22055278339?pr=246
The text was updated successfully, but these errors were encountered: