Skip to content

Commit

Permalink
Update node version to 18
Browse files Browse the repository at this point in the history
Mitigate issues with newer Jammy stack Buildpacks builds, where Node.JS version 16 is no longer supported.
  • Loading branch information
HeavyWombat authored Jul 3, 2024
1 parent 0be2059 commit 5419d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source-build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"description": "NodeJS sample app",
"version": "0.0.1",
"engines": {
"node": "~16"
"node": "~18"
}
}

0 comments on commit 5419d05

Please sign in to comment.