Skip to content

Commit

Permalink
fix: minimal node version >=16
Browse files Browse the repository at this point in the history
  • Loading branch information
ruscon authored and mciuchitu committed Jan 23, 2024
1 parent faec7f0 commit b3d89c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"url": "git+ssh://[email protected]/goparrot/nestjs-pubsub-event-bus.git"
},
"engines": {
"node": ">=14",
"node": ">=16",
"npm": "^8"
},
"directories": {
Expand Down

0 comments on commit b3d89c1

Please sign in to comment.