Skip to content

Commit 4932ba3

Browse files
committed
node upgrade
1 parent dcbad04 commit 4932ba3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121

2222
- when logging use the logger instance from `@salesforce/b2c-tooling/logger` package
2323
- CLI commands have access to this logger via `this.log` method from oclif Command class
24-
- CLI
24+
- CLI commands can write directly to stdout/stderr if their primary purpose is to output or stream data

packages/b2c-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"typescript": "^5"
3535
},
3636
"engines": {
37-
"node": ">=18.0.0"
37+
"node": ">=22.16.0"
3838
},
3939
"files": [
4040
"./bin",

packages/b2c-tooling/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
}
154154
},
155155
"engines": {
156-
"node": ">=18.0.0"
156+
"node": ">=22.16.0"
157157
},
158158
"dependencies": {
159159
"i18next": "^25.6.3",

0 commit comments

Comments
 (0)