Skip to content

Commit

Permalink
Use node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenhuyn committed Sep 18, 2024
1 parent 21eaf70 commit b73b4b7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions nixpacks.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# nixpacks.toml

[phases.install]
cmds = [
"cd app && npm ci"
Expand All @@ -12,7 +10,7 @@ cmds = [
]

[pkgs]
packages = ["wasm-pack", "nodejs-16_x"]
packages = ["wasm-pack", "nodejs_22"]

[tools]
rust = { version = "stable" }

0 comments on commit b73b4b7

Please sign in to comment.