Skip to content

Commit

Permalink
Revert "ci: remove unnecessary quote marks for node versions"
Browse files Browse the repository at this point in the history
This reverts commit b150663
  • Loading branch information
Belco90 committed Apr 11, 2021
1 parent b150663 commit b5b93a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

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

steps:
Expand Down

0 comments on commit b5b93a4

Please sign in to comment.