Skip to content

Commit

Permalink
Update Node.js to >=20.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 22, 2024
1 parent d174983 commit 7bc08bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blueprint-task-manager",
"version": "0.6.9",
"version": "0.6.10",
"author": "Stan Lemon <[email protected]>",
"description": "Blueprint Task Manager - A playground to experiment with React and Redux.",
"license": "MIT",
Expand All @@ -9,7 +9,7 @@
"url": "[email protected]:stanlemon/blueprint-taskmanager.git"
},
"engines": {
"node": ">=20.0.0"
"node": ">=20.12.0"
},
"main": "server.js",
"scripts": {
Expand Down

0 comments on commit 7bc08bf

Please sign in to comment.