Skip to content

Commit

Permalink
ci: wrap matrix values within quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Belco90 committed Apr 11, 2021
1 parent 511986c commit 22387d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:

strategy:
matrix:
node: [ 10.12, 10, 12.0, 12, 14 ]
eslint: [ 7.5, 7 ]
node: [ '10.12', '10', '12.0', '12', '14' ]
eslint: [ '7.5', '7' ]

steps:
- name: Cancel Previous Runs
Expand Down

0 comments on commit 22387d5

Please sign in to comment.