Skip to content

Commit

Permalink
Merge pull request #22 from lpsinger/node18
Browse files Browse the repository at this point in the history
Require node >= 18
  • Loading branch information
dakota002 authored Oct 17, 2023
2 parents fdede49 + f6c173e commit add8977
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 @@ -27,7 +27,7 @@
"test": "node setup-dynamodb-local.mjs && jest"
},
"engines": {
"node": ">=16"
"node": ">=18"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.188.0",
Expand Down

0 comments on commit add8977

Please sign in to comment.