Skip to content

Commit

Permalink
Added NODE_VERSION to instruct Netlify to use Node18
Browse files Browse the repository at this point in the history
  • Loading branch information
7777akhil committed Mar 19, 2024
1 parent 9bc5058 commit 931a69f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[build.environment]
YARN_VERSION = "1.22.21"
YARN_VERSION = "1.22.21"
NODE_VERSION = "18"

0 comments on commit 931a69f

Please sign in to comment.