Skip to content

Commit b3b228f

Browse files
authored
Merge pull request #4236 from ProjectMirador/netlify-node-version
Specify Node.js version for Netlify builds
2 parents cf270c2 + b9ffbe6 commit b3b228f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

netlify.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
[build]
55
publish = "dist/"
66

7+
[context.main.environment]
8+
NODE_VERSION = "20.18.1"
9+
10+
[context.deploy-preview.environment]
11+
NODE_VERSION = "20.18.1"
12+
713
[[redirects]]
814
from = "/"
915
to = "/__tests__/integration/mirador/index.html"

0 commit comments

Comments
 (0)