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

Commit

Permalink
Merge pull request #616 from aziiee/drop-node-10
Browse files Browse the repository at this point in the history
chore: drop support for node 10
  • Loading branch information
Akanksh Saxena authored Sep 22, 2021
2 parents 4d4ab7d + 3b76a60 commit 61fd94f
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 61fd94f

Please sign in to comment.