diff --git a/.circleci/config.yml b/.circleci/config.yml index 34ed57d9..37d62f6f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -82,9 +82,11 @@ jobs: type: string default: << pipeline.parameters.default-node-image >> exe: - type: executor + type: string default: docker-amd64-image - executor: << parameters.exe >> + executor: + name: << parameters.exe >> + node-image: << parameters.node-image >> steps: - checkout - init-dependencies diff --git a/CHANGELOG.md b/CHANGELOG.md index d2860d00..82ae9402 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## 1.5.0 [unreleased] +### CI + +1. [#626](https://github.com/InfluxCommunity/influxdb3-js/pull/626) Fix pipeline not downloading the correct node images. + ## 1.4.0 [2025-09-15] ### CI