Skip to content

Commit b150663

Browse files
ci: remove unnecessary quote marks for node versions
Co-authored-by: Michaël De Boey <[email protected]>
1 parent 025f23d commit b150663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
strategy:
5555
matrix:
56-
node: [ '10.22.1', '10', '12', '14' ]
56+
node: [10.12, 10, 12.0, 12, 14, 15]
5757
eslint: [ '7.5', '7', ]
5858

5959
steps:

0 commit comments

Comments
 (0)