Skip to content

Commit d9f6ea5

Browse files
committed
ci(jest): fix node-version typo
1 parent a132e0a commit d9f6ea5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/jest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Use node ${{ matrix.node_version }}
1414
uses: actions/setup-node@v1
1515
with:
16-
node_version: ${{ matrix.node_version }}
16+
node-version: ${{ matrix.node_version }}
1717
- name: Restore lerna cache
1818
uses: actions/cache@v2
1919
with:

0 commit comments

Comments
 (0)