Skip to content

Commit 963159b

Browse files
authored
chore(ci): upgrade Netlify to Node 24 (LTS) + add git backfill command (#11553)
1 parent acc66c1 commit 963159b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

website/netlify.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111
[build.environment]
1212
NETLIFY_USE_YARN = "true"
1313
YARN_VERSION = "1.22.19"
14-
NODE_VERSION = "22"
14+
NODE_VERSION = "24"
1515
NODE_OPTIONS = "--max_old_space_size=8192"
1616

1717
[context.production]
18-
command = "yarn --cwd .. build:packages && yarn netlify:build:production"
18+
command = "yarn --cwd .. build:packages && git backfill && yarn netlify:build:production"
1919

2020
[context.branch-deploy]
21-
command = "yarn --cwd .. build:packages && yarn netlify:build:branchDeploy"
21+
command = "yarn --cwd .. build:packages && git backfill && yarn netlify:build:branchDeploy"
2222

2323
[context.deploy-preview]
24-
command = "yarn --cwd .. build:packages && yarn netlify:build:deployPreview"
24+
command = "yarn --cwd .. build:packages && git backfill && yarn netlify:build:deployPreview"
2525

2626
[[plugins]]
2727
package = "netlify-plugin-cache"

0 commit comments

Comments
 (0)