Skip to content

Commit

Permalink
chore: set engines requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
ascorbic committed Oct 30, 2023
1 parent 28b1f77 commit ee15b49
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
"test": "ava",
"dev": "netlify dev"
},
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@netlify/functions": "^2.3.0",
"etag": "^1.8.1",
Expand Down Expand Up @@ -52,4 +55,4 @@
"test/**/*.test.ts"
]
}
}
}

0 comments on commit ee15b49

Please sign in to comment.