Skip to content

Commit

Permalink
chore(CI/CD): Update deps to fix node16 warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
levaitamas committed Feb 21, 2024
1 parent bba36b1 commit 2b47bce
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-manual.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
ct lint --all --chart-dirs helm --excluded-charts stunner-kurento-one2one-call
- name: Create kind cluster
uses: helm/kind-action@v1.8.0
uses: helm/kind-action@v1.9.0

- name: Run chart-testing (install)
run: |
Expand All @@ -104,7 +104,7 @@ jobs:
helm package ${{ env.TYPE }}
- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: latest
check-latest: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
ct lint --all --chart-dirs helm --excluded-charts stunner-kurento-one2one-call
- name: Create kind cluster
uses: helm/kind-action@v1.8.0
uses: helm/kind-action@v1.9.0

- name: Run chart-testing (install)
run: |
Expand All @@ -103,7 +103,7 @@ jobs:
helm package ${{ env.TYPE }}
- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: latest
check-latest: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: helm/chart-testing-action@v2

- name: Create kind cluster
uses: helm/kind-action@v1.8.0
uses: helm/kind-action@v1.9.0

- name: Edit charts to use dev images
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-upgrade-from-stable-to-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
version: v3.12.3

- name: Create kind cluster
uses: helm/kind-action@v1.8.0
uses: helm/kind-action@v1.9.0

- name: Install charts
run: |
Expand Down

0 comments on commit 2b47bce

Please sign in to comment.