Archive of posts in Nov, 2024
-
How to use JavaScript in GitHub Actions without committing
node_modules
I was creating my first GitHub Action. According to the official documentation, I should commit the node_modulesto the repo or generate a script that bundles the wholenode_modulesif I want to create a JavaScript action. I think this is not good practice, so I try to find another way.- Categories: guide
- Tags: javascript, github