Skip to content

Commit

Permalink
Drop support for Node.js 8 and 10, require 12.13 (#2582)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwathan committed Oct 16, 2020
1 parent b84049f commit f9a7761
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [8.x, 10.x, 12.x, 14.x]
node-version: [12.x, 14.x]

steps:
- uses: actions/checkout@v2.3.3
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -80,7 +80,7 @@
"@babel/preset-env",
{
"targets": {
"node": "8.9.0"
"node": "12.13.0"
}
}
]
Expand All @@ -96,6 +96,6 @@
]
},
"engines": {
"node": ">=8.9.0"
"node": ">=12.13.0"
}
}

0 comments on commit f9a7761

Please sign in to comment.