Setup Monorepo node app
ActionsPrepare everything needed for a Nodejs app in a monorepo (cache, dependencies, ...)
v1.3
LatestBy encore-mieux
Tags
(1)Setup a node app in a monorepo:
- Sparse checkout the monorepo directory of the Nodejs app
- Setup Nodejs required version
- Install dependencies thanks to yarn2
Required Nodejs version. Default "20"
.
Required Directory of the node application in the mono repo. Default "."
.
- uses: encore-mieux/setup-monorepo-node-app
with:
node-version: 20
working-directory: some-node-app-dir
- uses: encore-mieux/setup-monorepo-node-app
with:
node-version: 20
working-directory: some-node-app-dir
other-patterns-to-sparse-checkout: .github
Setup Monorepo node app is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.