This is a GitHub Action implemented with JavaScript. For a brief introduction have a look at Creating a JavaScript action.
The project requires Node.js 20, which includes npm.
To install the dependencies defined in the package.json run npm install
.
However, the node_modules
directory also gets committed as part of this repo.