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
6 changes: 3 additions & 3 deletions app.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ application:
dispatcher:
function: actions/local/dispatcher.js
web: 'yes'
runtime: 'nodejs:14'
runtime: 'nodejs:18'
inputs:
LOG_LEVEL: debug
use-aio-cache: false # number of seconds for caching; set to false or remove to disable caching
Expand All @@ -24,15 +24,15 @@ application:

cart:
function: actions/remote/cartResolver.js
runtime: 'nodejs:14'
runtime: 'nodejs:18'
inputs:
LOG_LEVEL: info

# This deploys a GraphQL introspection endpoint that includes all the Magento types and fields
# used by the AEM/Magento integration.
cif-schema:
function: actions/documentation/introspection.js
runtime: 'nodejs:14'
runtime: 'nodejs:18'
web: 'yes'
annotations:
final: true
Loading