Skip to content

Commit d38ee85

Browse files
Update action-templates/actions/action-npm-release/action.yml
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 6af84b1 commit d38ee85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • action-templates/actions/action-npm-release

action-templates/actions/action-npm-release/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ runs:
3131
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
3232
with:
3333
node-version: "${{ inputs.node-version }}"
34-
node-version-file: ${{inputs.app-path}}/package.json
34+
node-version-file: ./${{inputs.app-path}}/package.json
3535
registry-url: "https://registry.npmjs.org"
3636
cache: "npm"
3737
cache-dependency-path: "./${{inputs.app-path}}/package-lock.json"

0 commit comments

Comments
 (0)