@@ -74,12 +74,8 @@ Workflows using that action need the following permissions:
7474 # Default: ./docs
7575 docs-path: "./docs"
7676
77- # Node version
77+ # Node version. If node-version and node-version-file are both provided the action will use version from node-version.
7878 node-version: "22"
79- # File containing the version Spec of the version to use. Examples: package.json
80- # If node-version and node-version-file are both provided the action will use version from node-version.
81- # Default: "package.json
82- node-version-file: "package.json"
8379
8480 # Build command to run (e.g. "vuepress build" for VuePress projects)
8581 # Default: build
@@ -551,12 +547,8 @@ Workflows using that action need the following permissions:
551547` ` ` yaml
552548- uses: it-at-m/lhm_actions/action-templates/actions/action-npm-build
553549 with:
554- # Node Version to use
555- node-version: "22.11.0"
556- # File containing the version Spec of the version to use. Examples: package.json
557- # If node-version and node-version-file are both provided the action will use version from node-version.
558- # Default: "package.json
559- node-version-file: "package.json"
550+ # Node Version to use. If node-version and node-version-file are both provided the action will use version from node-version.
551+ node-version: "22"
560552
561553 # Path to package.json
562554 app-path: "."
@@ -601,12 +593,8 @@ Workflows using that action need the following permissions:
601593` ` ` yaml
602594- uses: it-at-m/lhm_actions/action-templates/actions/action-npm-release
603595 with:
604- # Node Version to use
596+ # Node Version to use. If node-version and node-version-file are both provided the action will use version from node-version.
605597 node-version: "22"
606- # File containing the version Spec of the version to use. Examples: package.json
607- # If node-version and node-version-file are both provided the action will use version from node-version.
608- # Default: "package.json
609- node-version-file: "package.json"
610598
611599 # Path to package.json
612600 # "" would be equal to "./package.json" and "test-frontend" to "./test-frontend/package.json"
0 commit comments