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 c6846d6 commit 5ee1aa7
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 @@ -25,7 +25,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [14.x, 12.x, 10.x]
node: [16.x, 14.x, 12.x, "12.22.0"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -7,7 +7,7 @@
"lib"
],
"engines": {
"node": ">=10"
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"devDependencies": {
"eslint": "^4.7.2",
Expand Down

0 comments on commit 5ee1aa7

Please sign in to comment.