Skip to content

Commit

Permalink
minimal nodejs version is 12 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
liborm85 committed Jul 2, 2021
1 parent 999d662 commit bdc4d69
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.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, windows-latest, macos-latest]
node-version: [10.x, 12.x, 14.x, 16.x]
node-version: [12.x, 14.x, 16.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion babel.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@babel/preset-env",
{
"targets": {
"node": "8.9"
"node": "12.13"
},
"loose": true
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"webpack-cli": "^4.7.2"
},
"engines": {
"node": ">=10"
"node": ">=12"
},
"scripts": {
"test": "run-s build mocha lint",
Expand Down

0 comments on commit bdc4d69

Please sign in to comment.