Skip to content

Setup Monorepo node app

Actions
Prepare everything needed for a Nodejs app in a monorepo (cache, dependencies, ...)
v1.3
Latest
Star (1)

Tags

 (1)

Setup monorepo node app

Setup a node app in a monorepo:

  1. Sparse checkout the monorepo directory of the Nodejs app
  2. Setup Nodejs required version
  3. Install dependencies thanks to yarn2

Inputs

node-version

Required Nodejs version. Default "20".

working-directory

Required Directory of the node application in the mono repo. Default ".".

Example usage

- 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.

About

Prepare everything needed for a Nodejs app in a monorepo (cache, dependencies, ...)
v1.3
Latest

Tags

 (1)

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.