Skip to content

Commit 8700278

Browse files
committed
fix: update Node.js version in Nixpacks configuration to use the latest stable release
1 parent 379fa8f commit 8700278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nixpacks.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[phases.setup]
2-
nixPkgs = ['nodejs-22_x', 'pnpm-9_x']
2+
nixPkgs = ['nodejs', 'pnpm-9_x']
33

44
[phases.install]
55
cmds = ['pnpm i --frozen-lockfile']

0 commit comments

Comments
 (0)