Skip to content

Commit

Permalink
Set minimum Node version in .engines field to 18.20.0
Browse files Browse the repository at this point in the history
This is the minimum version that supports the new `import ... with`
syntax.
  • Loading branch information
fatso83 committed Sep 12, 2024
1 parent e5a8ee6 commit 29398a2
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 @@ -14,7 +14,7 @@
"url": "git+https://github.com/mdn/content.git"
},
"engines": {
"node": ">=18.18.0"
"node": ">=18.20.0"
},
"type": "module",
"scripts": {
Expand Down

0 comments on commit 29398a2

Please sign in to comment.