We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27ac1ef commit 359e771Copy full SHA for 359e771
.github/actions/install/action.yml
@@ -10,14 +10,14 @@ runs:
10
steps:
11
- name: Setup Node.js
12
if: ${{ inputs.node-version == '' }}
13
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
14
with:
15
node-version-file: .nvmrc
16
cache: 'yarn'
17
18
- name: Use Node.js ${{ inputs.node-version }}
19
if: ${{ inputs.node-version != '' }}
20
21
22
node-version: ${{ inputs.node-version }}
23
0 commit comments