April 2024
Intermediate to advanced
250 pages
5h 7m
English
In this chapter, you will learn how to use GitHub Actions to build and validate code, validate changes in pull requests, and keep your dependencies up to date. You will learn where to store build output and how to optimize your workflow runs with caching.
We will cover the following recipes:
For this chapter, you will need an up-to-date version of NodeJS and ...