Skip to content

Commit

Permalink
Merge pull request #33 from mansona/drop-node-16
Browse files Browse the repository at this point in the history
drop support for node 16
  • Loading branch information
mansona authored Dec 7, 2024
2 parents 6e2a6f5 + 1d6fd97 commit 3d78123
Show file tree
Hide file tree
Showing 3 changed files with 3,501 additions and 2,781 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [16.x, 18.x, 20.x, 22.x]
node-version: [18.x, 20.x, 22.x]

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"peerDependencies": {
"ember-template-lint": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0"
},
"packageManager": "pnpm@8.15.9+sha512.499434c9d8fdd1a2794ebf4552b3b25c0a633abcee5bb15e7b5de90f32f47b513aca98cd5cfd001c31f0db454bc3804edccd578501e4ca293a6816166bbd9f81",
"packageManager": "pnpm@9.15.0+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c",
"engines": {
"node": "10.* || >= 12.*"
"node": "18.* || 20.* || >= 22.*"
},
"@authmaker/generator-express:version": "3.2.6"
}
Loading

0 comments on commit 3d78123

Please sign in to comment.