Skip to content

Commit 839c87d

Browse files
committed
Fix input name
1 parent 224e4f3 commit 839c87d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/setup-node@v3
2424
with:
2525
cache: npm
26-
node_version: ${{ matrix.node }}
26+
node-version: ${{ matrix.node }}
2727
- name: Install dependencies
2828
run: npm ci
2929
- name: Test

0 commit comments

Comments
 (0)