Skip to content

Commit

Permalink
Update node version requirement in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Harold-Anderson committed Aug 5, 2024
1 parent 7808f81 commit 9f020ee
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 17 deletions.
43 changes: 27 additions & 16 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"private": true,
"engines": {
"node": " ^20.3.0 || >= 21.0.0"
"node": " ^20.15.1 || >= 21.0.0"
},
"scripts": {
"dev": "astro dev",
Expand Down

0 comments on commit 9f020ee

Please sign in to comment.