Skip to content

Commit

Permalink
Require node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
kennsippell committed Sep 21, 2023
1 parent 735760e commit 8f584ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions development/fake-cht/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion development/fake-cht/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"name": "fake-cht",
"version": "1.0.0",
"scripts": {
"start": "node --experimental-fetch src/index.js"
"start": "node src/index.js"
},
"engines" : {
"node" : ">=18.0.0"
},
"dependencies": {
"express": "^4.18.2",
Expand Down

0 comments on commit 8f584ec

Please sign in to comment.