Simple POC to get more familiar with GitHub Actions. The goal with this POC is to create a simple workflow that runs one job, printing out node
and npm
versions.
It's pretty pointless, but the point is to just start with a small example to put the general concepts into practice.
Given all the above, below, you'll see "Commit N". This is where I'll add content to the README, in order to practice triggering the workflow more than once.
Note: Initially, this project just started out with this README, but I've added an empty package to avoid the error indicating that I was missing a package.
- Commit 1 (first time attempting to trigger the workflow)
- Commit 2 (first time failed, since branch was expecting main, not master)
- Commit 3 (add note in above section)
- Commit 4 (rm npm cache, as it seems to be causing problems)