Skip to content

Commit 73e790b

Browse files
jonkoopsCopilot
andauthored
Use input version
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 22ccb9b commit 73e790b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
1313
- name: Install Node.js
1414
uses: actions/setup-node@v4
1515
with:
16-
node-version: ${{ matrix.node-version }}
16+
node-version: ${{ inputs.node-version }}
1717
cache: npm
1818

1919
- name: Install dependencies

0 commit comments

Comments
 (0)