How to create your custom GitHub action:
- How to compile your
index.jsfile:- install node
- install ncc globally wih npm:
npm i -g @zeit/ncc - run
ncc build index.js
How to create your custom GitHub action:
index.js file:
npm i -g @zeit/nccncc build index.js