We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64c1e92 commit d72e498Copy full SHA for d72e498
.circleci/config.yml
@@ -82,9 +82,11 @@ jobs:
82
type: string
83
default: << pipeline.parameters.default-node-image >>
84
exe:
85
- type: executor
+ type: string
86
default: docker-amd64-image
87
- executor: << parameters.exe >>
+ executor:
88
+ name: << parameters.exe >>
89
+ node-image: << parameters.node-image >>
90
steps:
91
- checkout
92
- init-dependencies
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## 1.5.0 [unreleased]
2
3
+### CI
4
+
5
+1. [#626](https://github.com/InfluxCommunity/influxdb3-js/pull/626) Fix pipeline not downloading the correct node images.
6
7
## 1.4.0 [2025-09-15]
8
9
### CI
0 commit comments