Skip to content

Commit

Permalink
Bump node in netlify toml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkeating committed Jan 23, 2024
1 parent ca2ee91 commit 434c7f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build]
publish="frontend/dist/spa/"
environment = { NODE_VERSION = "16.15.0", YARN_VERSION = "1.22.18"}
environment = { NODE_VERSION = "18.17.0", YARN_VERSION = "1.22.18"}
command = "yarn build-frontend"
[build.processing]
skip_processing = true
skip_processing = true

0 comments on commit 434c7f0

Please sign in to comment.