Skip to content

Commit 64ec82a

Browse files
authored
ci: fix node-version matrix parameter name (#142)
1 parent ccd2a4b commit 64ec82a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
strategy:
88
matrix:
9-
node-version: [10.x, 12.x, 14.x]
9+
node: [10.x, 12.x, 14.x]
1010
name: Node ${{ matrix.node }}
1111
steps:
1212
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)