Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 525 Bytes

DEVELOPING.md

File metadata and controls

13 lines (8 loc) · 525 Bytes

Developing

This is a GitHub Action implemented with JavaScript. For a brief introduction have a look at Creating a JavaScript action.

Project Requirements

The project requires Node.js 20, which includes npm.

Project Dependencies

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.