Skip to content

Commit

Permalink
drop support for node 12 (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
MelSumner authored Jun 15, 2022
1 parent e76f149 commit eac645c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

strategy:
matrix:
node: [ '12', '14', '16' ]
node: [ '14', '16' ]
ember-try-scenario:
- ember-lts-3.24
- ember-lts-3.28
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@embroider/compat": "1.8.0"
},
"engines": {
"node": "12.* || 14.* || >= 16"
"node": "14.* || >= 16"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down

0 comments on commit eac645c

Please sign in to comment.