Skip to content

Commit

Permalink
chore: drop support for Node.js v10
Browse files Browse the repository at this point in the history
  • Loading branch information
theoludwig committed Aug 18, 2021
1 parent 84f2a37 commit 38806db
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [12.x, 14.x, 16.x]
fail-fast: false

steps:
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
"xdg-basedir": "^4.0.0"
},
"devDependencies": {
"@tsconfig/node10": "^1.0.8",
"@tsconfig/node12": "^1.0.9",
"@types/eslint": "^7.28.0",
"@types/minimist": "^1.2.2",
"@types/node": "^10.17.60",
"@types/node": "^16.6.1",
"cross-spawn": "^7.0.3",
"eslint": "^7.12.1",
"eslint-config-standard": "^16.0.0",
Expand All @@ -61,7 +61,7 @@
"typescript": "^4.3.5"
},
"engines": {
"node": ">=10.12.0"
"node": ">=12.0.0"
},
"funding": [
{
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@tsconfig/node10/tsconfig.json",
"extends": "@tsconfig/node12/tsconfig.json",
"files": [
"index.js",
],
Expand Down

0 comments on commit 38806db

Please sign in to comment.