Skip to content
Open
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 .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.22.3
24.15.0
12 changes: 6 additions & 6 deletions actions/customer/commerce/actions.config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
consumer:
function: consumer/index.js
web: 'no'
runtime: nodejs:22
runtime: nodejs:24
inputs:
LOG_LEVEL: debug
EVENT_PREFIX: $EVENT_PREFIX
Expand All @@ -12,7 +12,7 @@ consumer:
created:
function: created/index.js
web: 'no'
runtime: nodejs:22
runtime: nodejs:24
inputs:
LOG_LEVEL: debug
ENABLE_TELEMETRY: true
Expand All @@ -22,7 +22,7 @@ created:
updated:
function: updated/index.js
web: 'no'
runtime: nodejs:22
runtime: nodejs:24
inputs:
LOG_LEVEL: debug
annotations:
Expand All @@ -31,7 +31,7 @@ updated:
deleted:
function: deleted/index.js
web: 'no'
runtime: nodejs:22
runtime: nodejs:24
inputs:
LOG_LEVEL: debug
annotations:
Expand All @@ -40,7 +40,7 @@ deleted:
group-updated:
function: group-updated/index.js
web: 'no'
runtime: nodejs:22
runtime: nodejs:24
inputs:
LOG_LEVEL: debug
annotations:
Expand All @@ -49,7 +49,7 @@ group-updated:
group-deleted:
function: group-deleted/index.js
web: 'no'
runtime: nodejs:22
runtime: nodejs:24
inputs:
LOG_LEVEL: debug
annotations:
Expand Down
14 changes: 7 additions & 7 deletions actions/customer/external/actions.config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
consumer:
function: consumer/index.js
web: 'no'
runtime: nodejs:22
runtime: nodejs:24
inputs:
LOG_LEVEL: debug
annotations:
Expand All @@ -10,7 +10,7 @@ consumer:
created:
function: created/index.js
web: 'no'
runtime: nodejs:22
runtime: nodejs:24
inputs:
LOG_LEVEL: debug
COMMERCE_BASE_URL: $COMMERCE_BASE_URL
Expand All @@ -27,7 +27,7 @@ created:
updated:
function: updated/index.js
web: 'no'
runtime: nodejs:22
runtime: nodejs:24
inputs:
LOG_LEVEL: debug
COMMERCE_BASE_URL: $COMMERCE_BASE_URL
Expand All @@ -44,7 +44,7 @@ updated:
deleted:
function: deleted/index.js
web: 'no'
runtime: nodejs:22
runtime: nodejs:24
inputs:
LOG_LEVEL: debug
COMMERCE_BASE_URL: $COMMERCE_BASE_URL
Expand All @@ -61,7 +61,7 @@ deleted:
group-created:
function: group-created/index.js
web: 'no'
runtime: nodejs:22
runtime: nodejs:24
inputs:
LOG_LEVEL: debug
COMMERCE_BASE_URL: $COMMERCE_BASE_URL
Expand All @@ -78,7 +78,7 @@ group-created:
group-updated:
function: group-updated/index.js
web: 'no'
runtime: nodejs:22
runtime: nodejs:24
inputs:
LOG_LEVEL: debug
COMMERCE_BASE_URL: $COMMERCE_BASE_URL
Expand All @@ -95,7 +95,7 @@ group-updated:
group-deleted:
function: group-deleted/index.js
web: 'no'
runtime: nodejs:22
runtime: nodejs:24
inputs:
LOG_LEVEL: debug
COMMERCE_BASE_URL: $COMMERCE_BASE_URL
Expand Down
2 changes: 1 addition & 1 deletion actions/ingestion/actions.config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
webhook:
function: ./webhook/index.js
web: 'yes'
runtime: nodejs:22
runtime: nodejs:24
inputs:
LOG_LEVEL: debug
OAUTH_ORG_ID: $OAUTH_ORG_ID
Expand Down
6 changes: 3 additions & 3 deletions actions/order/commerce/actions.config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
consumer:
function: consumer/index.js
web: 'no'
runtime: nodejs:22
runtime: nodejs:24
inputs:
LOG_LEVEL: debug
EVENT_PREFIX: $EVENT_PREFIX
Expand All @@ -11,7 +11,7 @@ consumer:
created:
function: created/index.js
web: 'no'
runtime: nodejs:22
runtime: nodejs:24
inputs:
LOG_LEVEL: debug
annotations:
Expand All @@ -20,7 +20,7 @@ created:
updated:
function: updated/index.js
web: 'no'
runtime: nodejs:22
runtime: nodejs:24
inputs:
LOG_LEVEL: debug
annotations:
Expand Down
8 changes: 4 additions & 4 deletions actions/order/external/actions.config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
consumer:
function: consumer/index.js
web: 'no'
runtime: nodejs:22
runtime: nodejs:24
inputs:
LOG_LEVEL: debug
annotations:
Expand All @@ -10,7 +10,7 @@ consumer:
updated:
function: updated/index.js
web: 'no'
runtime: nodejs:22
runtime: nodejs:24
inputs:
LOG_LEVEL: debug
COMMERCE_BASE_URL: $COMMERCE_BASE_URL
Expand All @@ -27,7 +27,7 @@ updated:
shipment-created:
function: shipment-created/index.js
web: 'no'
runtime: nodejs:22
runtime: nodejs:24
inputs:
LOG_LEVEL: debug
COMMERCE_BASE_URL: $COMMERCE_BASE_URL
Expand All @@ -44,7 +44,7 @@ shipment-created:
shipment-updated:
function: shipment-updated/index.js
web: 'no'
runtime: nodejs:22
runtime: nodejs:24
inputs:
LOG_LEVEL: debug
COMMERCE_BASE_URL: $COMMERCE_BASE_URL
Expand Down
10 changes: 5 additions & 5 deletions actions/product/commerce/actions.config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
consumer:
function: consumer/index.js
web: 'no'
runtime: nodejs:22
runtime: nodejs:24
inputs:
LOG_LEVEL: debug
EVENT_PREFIX: $EVENT_PREFIX
Expand All @@ -11,7 +11,7 @@ consumer:
created:
function: created/index.js
web: 'no'
runtime: nodejs:22
runtime: nodejs:24
inputs:
LOG_LEVEL: debug
annotations:
Expand All @@ -20,7 +20,7 @@ created:
updated:
function: updated/index.js
web: 'no'
runtime: nodejs:22
runtime: nodejs:24
inputs:
LOG_LEVEL: debug
annotations:
Expand All @@ -29,7 +29,7 @@ updated:
deleted:
function: deleted/index.js
web: 'no'
runtime: nodejs:22
runtime: nodejs:24
inputs:
LOG_LEVEL: debug
annotations:
Expand All @@ -38,7 +38,7 @@ deleted:
full-sync:
function: full-sync/index.js
web: 'yes'
runtime: nodejs:22
runtime: nodejs:24
inputs:
LOG_LEVEL: debug
COMMERCE_GRAPHQL_ENDPOINT: $COMMERCE_GRAPHQL_ENDPOINT
Expand Down
8 changes: 4 additions & 4 deletions actions/product/external/actions.config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
consumer:
function: consumer/index.js
web: 'no'
runtime: nodejs:22
runtime: nodejs:24
inputs:
LOG_LEVEL: debug
annotations:
Expand All @@ -10,7 +10,7 @@ consumer:
created:
function: created/index.js
web: 'no'
runtime: nodejs:22
runtime: nodejs:24
inputs:
LOG_LEVEL: debug
COMMERCE_BASE_URL: $COMMERCE_BASE_URL
Expand All @@ -27,7 +27,7 @@ created:
updated:
function: updated/index.js
web: 'no'
runtime: nodejs:22
runtime: nodejs:24
inputs:
LOG_LEVEL: debug
COMMERCE_BASE_URL: $COMMERCE_BASE_URL
Expand All @@ -44,7 +44,7 @@ updated:
deleted:
function: deleted/index.js
web: 'no'
runtime: nodejs:22
runtime: nodejs:24
inputs:
LOG_LEVEL: debug
COMMERCE_BASE_URL: $COMMERCE_BASE_URL
Expand Down
4 changes: 2 additions & 2 deletions actions/stock/commerce/actions.config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
consumer:
function: consumer/index.js
web: 'no'
runtime: nodejs:22
runtime: nodejs:24
inputs:
LOG_LEVEL: debug
EVENT_PREFIX: $EVENT_PREFIX
Expand All @@ -11,7 +11,7 @@ consumer:
updated:
function: updated/index.js
web: 'no'
runtime: nodejs:22
runtime: nodejs:24
inputs:
LOG_LEVEL: debug
annotations:
Expand Down
4 changes: 2 additions & 2 deletions actions/stock/external/actions.config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
consumer:
function: consumer/index.js
web: 'no'
runtime: nodejs:22
runtime: nodejs:24
inputs:
LOG_LEVEL: debug
annotations:
Expand All @@ -10,7 +10,7 @@ consumer:
updated:
function: updated/index.js
web: 'no'
runtime: nodejs:22
runtime: nodejs:24
inputs:
LOG_LEVEL: debug
COMMERCE_BASE_URL: $COMMERCE_BASE_URL
Expand Down
2 changes: 1 addition & 1 deletion actions/webhook/actions.config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
check-stock:
function: ./check-stock/index.js
web: 'yes'
runtime: nodejs:22
runtime: nodejs:24
inputs:
LOG_LEVEL: debug
annotations:
Expand Down
2 changes: 1 addition & 1 deletion app.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ application:
info:
function: actions/starter-kit-info/index.js
web: 'yes'
runtime: nodejs:22
runtime: nodejs:24
inputs:
LOG_LEVEL: debug
annotations:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"docs:format:fix": "prettier --write --no-error-on-unmatched-pattern '**/*.md' \"!**/{CODE_OF_CONDUCT.md,COPYRIGHT,LICENSE,SECURITY.md,CONTRIBUTING.md,COPILOT-INSTRUCTIONS.md}\""
},
"engines": {
"node": "^22.0.0"
"node": "^24.0.0"
},
"lint-staged": {
"*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx,json,jsonc}": [
Expand Down
Loading