Skip to content

Commit f84be8f

Browse files
authored
ci(matrix): quoted the 12.20 version (#178)
since `12.2` is used without the quotes
1 parent a8cd4dd commit f84be8f

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
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
node-version:
1818
# minimal required version
19-
- 12.20
19+
- '12.20'
2020
# minimal required version for latest semantic-release
2121
- 14.17
2222
# latest LTS version

0 commit comments

Comments
 (0)