Skip to content

Commit

Permalink
set node version for netlify deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
pokornyd committed Nov 4, 2024
1 parent 1d11471 commit bf73020
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[context.production]
environment = { NODE_VERSION = "22.11.0" }

[build]
command = "npm run build"
publish = "dist"
Expand Down

0 comments on commit bf73020

Please sign in to comment.