Skip to content

Commit

Permalink
chore: node.js v12 support dropped
Browse files Browse the repository at this point in the history
Due to `Sequelize` not giving support for that version.
  • Loading branch information
hsynlms committed Jun 10, 2022
1 parent 0ad6982 commit 169b264
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
fail-fast: false
matrix:
node-version:
- 18
- 16
- 14
- 12
env:
DB_DATABASE: sequelize
DB_USER: root
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
"url": "https://github.com/hsynlms/sequelize-fastify/issues"
},
"homepage": "https://github.com/hsynlms/sequelize-fastify#readme",
"engines": {
"node": "^14.17.0 || >=16.0.0"
},
"devDependencies": {
"chalk": "4.1.2",
"fastify": "4.0.0",
Expand Down

0 comments on commit 169b264

Please sign in to comment.