Skip to content

Commit

Permalink
create netlify.toml, declare node version
Browse files Browse the repository at this point in the history
stable -> 16.15.0
  • Loading branch information
wackerow authored and hwwhww committed Aug 31, 2022
1 parent 4a64ff2 commit 5298733
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Production context: all deploys from the Production branch
# set in your site’s Branches settings in the UI will inherit
# these settings. You can define environment variables
# here but we recommend using the Netlify UI for sensitive
# values to keep them out of your source repository.
[context.production]
environment = { NODE_VERSION = "16.15.0" }

0 comments on commit 5298733

Please sign in to comment.