GitHub Actions: Setup-node supports dependency caching for projects with monorepo and pnpm package manager
You can now use setup-node action to cache dependencies for projects with monorepo and pnpm package manager. Use the optional cache-dependency-path field to specify the path to dependency file(s). steps:…