Skip to content

Commit

Permalink
Do not CI on node 10
Browse files Browse the repository at this point in the history
It doesn't support mjs natively, so some tests will always fail.
  • Loading branch information
isaacs committed Mar 26, 2021
1 parent d2e0428 commit d6fe32f
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.x, 12.x, 14.x, 15.x]
node-version: [12.x, 14.x, 15.x]
os: [ubuntu-latest]

steps:
Expand Down

0 comments on commit d6fe32f

Please sign in to comment.