Skip to content

Commit

Permalink
drop support for node v10
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Mar 5, 2022
1 parent 84fc6df commit 65e599e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -18,7 +18,7 @@ jobs:

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

steps:
Expand Down
1 change: 1 addition & 0 deletions docs/src/content/changelog/index.md
Expand Up @@ -13,6 +13,7 @@ redirect_from:
* Un-document synonyms (they're even more deprecated now)
* `coveralls` is now an optional peer dep, not a regular dep, so it won't
be installed by default
* Node 12 and higher is now required

## 15.2 - 2022-03-04

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -17,7 +17,7 @@
"./": "./"
},
"engines": {
"node": ">=10"
"node": ">=12"
},
"dependencies": {
"@isaacs/import-jsx": "^4.0.1",
Expand Down

0 comments on commit 65e599e

Please sign in to comment.