Skip to content

Commit

Permalink
ci: add node_image version to kind-action
Browse files Browse the repository at this point in the history
  • Loading branch information
u5surf committed Oct 16, 2023
1 parent 4a09026 commit a365a4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ jobs:

- name: Create kind cluster
uses: helm/kind-action@v1.2.0
with:
node_image: "kindest/node:v1.21.1"

- name: Testing
run: |
Expand Down

0 comments on commit a365a4a

Please sign in to comment.