Skip to content

Commit

Permalink
correctly specify 10.0.x versions
Browse files Browse the repository at this point in the history
not a fan of yaml sometimes
  • Loading branch information
isaacs committed Mar 30, 2021
1 parent 5e61672 commit 8f4c855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -18,7 +18,7 @@ jobs:

strategy:
matrix:
node-version: [10.0, 10.x, 12.0, 12.x, 14.0, 14.x, 15.x]
node-version: [10.0.x, 10.x, 12.0.x, 12.x, 14.0.x, 14.x, 15.x]
os: [ubuntu-latest]

steps:
Expand Down

0 comments on commit 8f4c855

Please sign in to comment.