Skip to content

Commit

Permalink
ci: remove unnecessary quote marks for node versions
Browse files Browse the repository at this point in the history
Co-authored-by: Michaël De Boey <info@michaeldeboey.be>
  • Loading branch information
Belco90 and MichaelDeBoey committed Apr 11, 2021
1 parent 025f23d commit b150663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Expand Up @@ -53,7 +53,7 @@ jobs:

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

steps:
Expand Down

0 comments on commit b150663

Please sign in to comment.