Skip to content

Commit

Permalink
Merge pull request #1885 from manics/update-node-python
Browse files Browse the repository at this point in the history
Update python, node, helm
  • Loading branch information
consideRatio authored Nov 9, 2024
2 parents 9cf3b63 + e489cb5 commit 58bb7db
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.12"

- name: Install helm diff plugin, update local chart dependencies
run: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.12"

- uses: actions/setup-node@v4
# node required to build wheel
with:
node-version: "16"
node-version: "22"

- name: Set up QEMU (for docker buildx)
uses: docker/setup-qemu-action@v3
Expand All @@ -58,7 +58,7 @@ jobs:
- name: Setup helm
uses: azure/setup-helm@v4
with:
version: "v3.5.4"
version: "v3.16.2"

- name: Install chart publishing dependencies (chartpress, etc)
run: |
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.12"
- name: Install pypa/build
run: python -mpip install build
- name: Build a sdist, and a binary wheel from the sdist
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.12"

- uses: actions/setup-node@v4
# node required to build wheel
with:
node-version: "16"
node-version: "22"

- name: Install chartpress
run: pip install chartpress build
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
- uses: actions/setup-node@v4
id: setup-node
with:
node-version: "18"
node-version: "22"

- name: Cache npm
uses: actions/cache@v4
Expand All @@ -155,7 +155,7 @@ jobs:
- uses: actions/setup-python@v5
id: setup-python
with:
python-version: "3.11"
python-version: "3.12"

- name: Cache pip
uses: actions/cache@v4
Expand Down Expand Up @@ -397,7 +397,7 @@ jobs:
- uses: actions/setup-node@v4
id: setup-node
with:
node-version: "18"
node-version: "22"

- name: Cache npm
uses: actions/cache@v4
Expand All @@ -408,7 +408,7 @@ jobs:
- uses: actions/setup-python@v5
id: setup-python
with:
python-version: "3.11"
python-version: "3.12"

- name: Cache pip
uses: actions/cache@v4
Expand Down

0 comments on commit 58bb7db

Please sign in to comment.