Skip to content

Commit

Permalink
Breaking: drop node v10/v13/v15 (refs eslint/eslint#14023)
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Jun 9, 2021
1 parent af96cc5 commit c99f09a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [16.x, 15.x, 14.x, 13.x, 12.x, 10.x, "10.12.0"]
node: [16.x, 14.x, 12.x, "12.22.0"]
include:
- os: windows-latest
node: "12.x"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -58,6 +58,6 @@
"strip-json-comments": "^3.1.1"
},
"engines": {
"node": "^10.12.0 || >=12.0.0"
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
}
}

0 comments on commit c99f09a

Please sign in to comment.