Skip to content

Commit

Permalink
Update Node.js examples versions
Browse files Browse the repository at this point in the history
  • Loading branch information
davlgd authored Dec 16, 2023
1 parent 0cde1b5 commit 5b2b520
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions static/partials/language-specific-deploy/node.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The `package.json` file should look like the following:
"start" : "node myapp.js"
},
"engines" : {
"node" : "^10"
"node" : "^20"
}
}
```
Expand Down Expand Up @@ -71,9 +71,9 @@ If you need some modules you can easily add some with the *dependencies* field i
"name" : { ... },
"engines": { ... },
"dependencies": {
"express": "3.x",
"socket.io": "0.9.x",
"underscore": "1.4.3"
"express": "4.x",
"socket.io": "4.7.x",
"underscore": "1.13.6"
}
}
```
Expand Down

0 comments on commit 5b2b520

Please sign in to comment.