Skip to content

Commit 0d92c2d

Browse files
fix: pass correct node version
1 parent 6581384 commit 0d92c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
- name: Install NodeJS ${{ inputs.node-version }}
134134
uses: actions/setup-node@v3
135135
with:
136-
node-version: ${{ matrix.node-version }}
136+
node-version: ${{ inputs.node-version }}
137137

138138
- name: Install dependencies
139139
run: npm ci --omit=optional

0 commit comments

Comments
 (0)