Skip to content
Merged
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: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading