Skip to content

Commit

Permalink
update the default node version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachel Nascimento authored and davlgd committed Jan 31, 2025
1 parent 9654d2f commit 7afe59a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/doc/applications/javascript/nodejs.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The `package.json` file should look like the following:
"start" : "node myapp.js"
},
"engines" : {
"node" : "^20"
"node" : "^22"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion data/runtime_versions.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
node:
default:
- "v20.15.0"
- "v22.13.0"
PHP:
eol_source: "https://www.php.net/supported-versions.php"
default:
Expand Down

0 comments on commit 7afe59a

Please sign in to comment.