Skip to content

Commit

Permalink
Require node >= 18
Browse files Browse the repository at this point in the history
The `setup-dynamodb-local.mjs` script, introduced in nasa-gcn#14, requires
the web fetch API, which requires Node >= 18.
  • Loading branch information
lpsinger committed Oct 16, 2023
1 parent fdede49 commit f6c173e
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 f6c173e

Please sign in to comment.