Skip to content

Commit ff9d3c9

Browse files
committed
fix
1 parent ad5e5b9 commit ff9d3c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: setup Node ${{ matrix.node_version }}
1616
uses: actions/setup-node@v1
1717
with:
18-
node_version: ${{ matrix.node_version }}
18+
node-version: ${{ matrix.node_version }}
1919
- name: Install
2020
run: yarn install
2121
- name: Build

0 commit comments

Comments
 (0)