diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 152f5bd..cfe7b4b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: - name: Setup Node.js v14 uses: actions/setup-node@v2 with: - node-version: 18 + node-version: 20 - name: Setup dependencies run: | npm install @semantic-release/git @semantic-release/exec --no-save diff --git a/ecommerce_integrations/__init__.py b/ecommerce_integrations/__init__.py index 3024410..3e49871 100644 --- a/ecommerce_integrations/__init__.py +++ b/ecommerce_integrations/__init__.py @@ -1 +1 @@ -__version__ = "1.17.0" +__version__ = "1.20.1"