Skip to content

Commit

Permalink
Drop Node.js < 10 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Oct 10, 2021
1 parent 9970c19 commit e15a892
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
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
node: [8, 10, 12, 14, 16]
node: [10, 12, 14, 16]

steps:
- name: Clone repository
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"url": "https://github.com/kangax/html-minifier/issues"
},
"engines": {
"node": ">=6"
"node": ">=10"
},
"scripts": {
"dist": "grunt dist",
Expand Down

0 comments on commit e15a892

Please sign in to comment.