Skip to content

Commit

Permalink
Update node version requirement to 18.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinOndejka committed Apr 10, 2024
1 parent 88822f9 commit 6c2706c
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 @@ -39,7 +39,7 @@
"snarky-run": "src/build/run.js"
},
"engines": {
"node": ">=16.4.0"
"node": ">=18.14.0"
},
"scripts": {
"dev": "npx tsc -p tsconfig.test.json && node src/build/copy-to-dist.js",
Expand Down

0 comments on commit 6c2706c

Please sign in to comment.