Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
chore: drop support for node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Akanksh Saxena committed Sep 21, 2021
1 parent 4d4ab7d commit 764ac85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- master

env:
NODE_VERSION: 10
NODE_VERSION: 12

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test": "ember test"
},
"engines": {
"node": "10.* || >= 12.*"
"node": "12.* || >= 14.*"
},
"devDependencies": {
"@adfinis-sygroup/eslint-config": "^1.2.0",
Expand Down

0 comments on commit 764ac85

Please sign in to comment.