Skip to content

Commit 22387d5

Browse files
committed
ci: wrap matrix values within quotes
1 parent 511986c commit 22387d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pipeline.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ jobs:
5353

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

5959
steps:
6060
- name: Cancel Previous Runs

0 commit comments

Comments
 (0)