Skip to content

Commit

Permalink
Merge pull request #57 from bkonicek-calm/node20
Browse files Browse the repository at this point in the history
Upgrade to node20
  • Loading branch information
kondoumh authored Jan 27, 2024
2 parents 6bb03db + dc5816c commit f128426
Show file tree
Hide file tree
Showing 5 changed files with 21,928 additions and 24,704 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
install_all_default:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup helmfile
uses: ./
- name: Test
Expand All @@ -21,7 +21,7 @@ jobs:
install_helmfile_with_version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup helmfile
uses: ./
with:
Expand All @@ -38,7 +38,7 @@ jobs:
install_only_helmfile:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup helmfile
uses: ./
with:
Expand All @@ -55,7 +55,7 @@ jobs:
install_only_helmfile_without_plugins:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup helmfile
uses: ./
with:
Expand All @@ -73,7 +73,7 @@ jobs:
install_addtional_plugins:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup helmfile
uses: ./
with:
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ inputs:
A comma separated list of additional helm plugins to install. Should be a valid argument after `helm plugin install`.
required: false
runs:
using: "node16"
using: "node20"
main: "dist/index.js"
Loading

0 comments on commit f128426

Please sign in to comment.