diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index a3fd48c7..274a3c04 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -24,7 +24,7 @@ on: workflow_dispatch: env: - NODE_VERSION: 22.4.x + NODE_VERSION: 22 jobs: build: @@ -108,7 +108,7 @@ jobs: needs: [build] strategy: matrix: - node-version: [22.4.x, 20, 18] + node-version: [22, 20, 18] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ # Service containers to run with `test` diff --git a/CHANGELOG.md b/CHANGELOG.md index 12a235b4..e958def1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- rockcarver/frodo-cli#430: Frodo now properly supports exporting and importing of the email service with secondary configurations. + ## [2.0.1-2] - 2024-08-05 ### Fixed