Skip to content

Commit

Permalink
chore(deps): update dependency node to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 29, 2024
1 parent df108ee commit 176f4d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
22
2 changes: 1 addition & 1 deletion drinks_touch/webserver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"main": "js/index.js",
"engines": {
"node": "20"
"node": "22"
},
"scripts": {
"build": "NODE_ENV='production' webpack --mode=production",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"repository": "https://github.com/flipdot/drinks-touch.git",
"type": "module",
"engines": {
"node": "20"
"node": "22"
},
"packageManager": "[email protected]",
"devDependencies": {
Expand Down

0 comments on commit 176f4d5

Please sign in to comment.