Node.js sample for installing, building, testing and publishing libraries
Triggers on pushes to any branch and pull_requests
See at .github/workflows/main.yml
- Checkout
- Install
- Build
- Test
Triggers on creation of releases
See at .github/workflows/release.yml
Steps:
- ... same previous steps as main workflow
- Publish to NPM Registry