Skip to content

Commit 81a3d73

Browse files
authored
1 parent 7d27d93 commit 81a3d73

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/actions/npm-cache/action.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ inputs:
1010
description: "Path for package-lock.json"
1111
required: false
1212
default: "**/package-lock.json"
13-
nodeVersion:
14-
description: "Node version"
15-
required: false
16-
default: "22"
1713
runs:
1814
using: "composite"
1915
steps:
@@ -22,7 +18,7 @@ runs:
2218
# https://github.com/actions/setup-node
2319
uses: actions/setup-node@v4
2420
with:
25-
node-version: ${{ inputs.nodeVersion }}
21+
node-version-file: '.nvmrc'
2622

2723
- name: Display node and npm version
2824
shell: bash

0 commit comments

Comments
 (0)