Skip to content

Commit

Permalink
ci: drop support old node
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum committed Jun 3, 2021
1 parent 4d1a12f commit 5f85311
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [10, 12, 14]
node: [12, 14, 16]
os: [ubuntu-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -20,7 +20,7 @@
"lib"
],
"engines": {
"node": ">=10.0.0"
"node": ">=12.0.0"
},
"dependencies": {
"posthtml-parser": "^0.9.0",
Expand Down

0 comments on commit 5f85311

Please sign in to comment.