diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a39dc11..366751e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v2 with: - node-version: 14 + node-version: 18 check-latest: true - name: Add to Hosts diff --git a/ecommerce_integrations/shopify/constants.py b/ecommerce_integrations/shopify/constants.py index 887a8d62..2a7f3b21 100644 --- a/ecommerce_integrations/shopify/constants.py +++ b/ecommerce_integrations/shopify/constants.py @@ -6,7 +6,7 @@ SETTING_DOCTYPE = "Shopify Setting" OLD_SETTINGS_DOCTYPE = "Shopify Settings" -API_VERSION = "2022-04" +API_VERSION = "2023-07" WEBHOOK_EVENTS = [ "orders/create",