Skip to content

Commit a66295f

Browse files
fix: update github workflow to use node>=16 (#336)
GitHub workflow is giving off a warning about the node version used for some of the actions (engineerd/setup-kind) being deprecated. This commit changes the plugin to helm/kind-action to avoid that. Signed-off-by: Daniel Mellado <[email protected]>
1 parent a9a484f commit a66295f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/e2e-tests-olm/action.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ runs:
2525
- uses: azure/setup-kubectl@v3
2626

2727
- name: Start Kind
28-
uses: engineerd/setup-kind@v0.5.0
28+
uses: helm/kind[email protected].0
2929
with:
3030
version: ${{ inputs.kind-version }}
31-
image: ${{ inputs.kind-image }}
31+
node_image: ${{ inputs.kind-image }}
3232
wait: 300s
3333
config: ./hack/kind/config.yaml
3434

0 commit comments

Comments
 (0)