Skip to content

Commit c77780f

Browse files
author
Robert Jackson
authored
Fix syntax error in CI workflow
1 parent fbc1342 commit c77780f

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
strategy:
8282
matrix:
83-
node-version: [14.x, 12.x, 10.x]]
83+
node-version: [14.x, 12.x, 10.x]
8484
os: [ubuntu-latest, windows-latest]
8585

8686
steps:

0 commit comments

Comments
 (0)