Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# We want to run checks on all versions, even if some fail.
fail-fast: false
matrix:
node-version: [20, 22, 24]
node-version: [22, 24, 26]

steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"packageManager": "pnpm@10.32.1",
"engines": {
"node": ">=20 <=24",
"node": ">=22 <=26",
"pnpm": ">=10"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages-private/common-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.2.2",
"private": true,
"engines": {
"node": ">=20 <=24"
"node": ">=22 <=26"
},
"license": "Apache-2.0",
"description": "Description for @aio-commerce-sdk/common-utils",
Expand Down
2 changes: 1 addition & 1 deletion packages-private/scripting-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.3.0",
"private": true,
"engines": {
"node": ">=20 <=24"
"node": ">=22 <=26"
},
"license": "Apache-2.0",
"description": "Utility functions for Adobe Commerce SDK scripts and build tools",
Expand Down
2 changes: 1 addition & 1 deletion packages/aio-commerce-lib-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "1.0.0",
"private": false,
"engines": {
"node": ">=20 <=24"
"node": ">=22 <=26"
},
"license": "Apache-2.0",
"description": "A set of utilities to build HTTP/API clients for I/O Events and Adobe Commerce",
Expand Down
2 changes: 1 addition & 1 deletion packages/aio-commerce-lib-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "1.0.2",
"private": false,
"engines": {
"node": ">=20 <=24"
"node": ">=22 <=26"
},
"license": "Apache-2.0",
"description": "App configuration management library for Adobe Commerce applications",
Expand Down
2 changes: 1 addition & 1 deletion packages/aio-commerce-lib-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "1.0.0",
"private": false,
"engines": {
"node": ">=20 <=24"
"node": ">=22 <=26"
},
"license": "Apache-2.0",
"description": "Authentication utilities for Adobe Commerce apps deployed in Adobe App Builder.",
Expand Down
2 changes: 1 addition & 1 deletion packages/aio-commerce-lib-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "1.0.2",
"private": false,
"engines": {
"node": ">=20 <=24"
"node": ">=22 <=26"
},
"license": "Apache-2.0",
"description": "Configuration management utilities for Adobe Commerce apps deployed in Adobe App Builder",
Expand Down
2 changes: 1 addition & 1 deletion packages/aio-commerce-lib-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "1.0.0",
"private": false,
"engines": {
"node": ">=20 <=24"
"node": ">=22 <=26"
},
"license": "Apache-2.0",
"description": "Core utilities for Adobe Commerce SDK libraries",
Expand Down
2 changes: 1 addition & 1 deletion packages/aio-commerce-lib-events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "1.0.0",
"private": false,
"engines": {
"node": ">=20 <=24"
"node": ">=22 <=26"
},
"license": "Apache-2.0",
"description": "A library to interact with the Adobe I/O and Commerce Eventing APIs",
Expand Down
2 changes: 1 addition & 1 deletion packages/aio-commerce-lib-webhooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "0.0.0",
"private": false,
"engines": {
"node": ">=20 <=24"
"node": ">=22 <=26"
},
"license": "Apache-2.0",
"description": "A library to interact with the Adobe Commerce Webhooks API",
Expand Down
2 changes: 1 addition & 1 deletion packages/aio-commerce-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "1.0.0",
"private": false,
"engines": {
"node": ">=20 <=24"
"node": ">=22 <=26"
},
"license": "Apache-2.0",
"description": "Meta-package re-exporting Adobe Commerce SDK libraries for Adobe App Builder applications.",
Expand Down
2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=20 <=24"
"node": ">=22 <=26"
},
"license": "Apache-2.0",
"description": "Scripts for the AIO Commerce SDK monorepo",
Expand Down
2 changes: 1 addition & 1 deletion turbo/generators/create-package/template/package.json.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"version": "1.0.0",
"private": {{isPrivate}},
"engines": {
"node": ">=20 <=24"
"node": ">=22 <=26"
},

"license": "Apache-2.0",
Expand Down
Loading