Skip to content

Commit 5a44930

Browse files
committed
fix(workflow): setup-node's node-version arg
1 parent 4a3fc26 commit 5a44930

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080

8181
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
8282
with:
83-
node.version: ${{ matrix.node.version }}
83+
node-version: ${{ matrix.node.version }}
8484

8585
- name: Environment Information
8686
run: |

0 commit comments

Comments
 (0)