Skip to content
This repository was archived by the owner on Oct 22, 2025. It is now read-only.

Commit 7a56142

Browse files
bdougieclaude
andcommitted
Update Node.js version to 22
Update to Node.js 22 now that @netlify/plugin-lighthouse has been removed 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 886158d commit 7a56142

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18
1+
22

netlify.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
command = "npm run build"
33

44
[build.environment]
5-
NODE_VERSION = "18"
5+
NODE_VERSION = "22"
66

77
[context.production.environment]
8-
NODE_VERSION = "18"
8+
NODE_VERSION = "22"
99

1010
[context.deploy-preview.environment]
11-
NODE_VERSION = "18"
11+
NODE_VERSION = "22"
1212

1313
[context.branch-deploy.environment]
14-
NODE_VERSION = "18"
14+
NODE_VERSION = "22"
1515

1616
# Explicitly define plugins to override UI configuration
1717
# This prevents the @netlify/plugin-lighthouse from running

0 commit comments

Comments
 (0)