Skip to content

Commit

Permalink
bump node version
Browse files Browse the repository at this point in the history
  • Loading branch information
kdpuvvadi committed Jan 7, 2025
1 parent ae6e9fd commit 8bf0598
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/cloudflare.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ resource "cloudflare_pages_project" "blog_pages_project" {
deployment_configs {
preview {
environment_variables = {
NODE_VERSION = "18.16.0"
NODE_VERSION = "22.12.0"
CONFIG_FILE = "_config_preview.yml"
JEKYLL_ENV = "development"
}
fail_open = true
}
production {
environment_variables = {
NODE_VERSION = "18.16.0"
NODE_VERSION = "20.18.1"
CONFIG_FILE = "_config.yml"
JEKYLL_ENV = "production"
}
Expand Down

0 comments on commit 8bf0598

Please sign in to comment.