Skip to content

Upgrade github actions to Node 20 (#271) #548

Upgrade github actions to Node 20 (#271)

Upgrade github actions to Node 20 (#271) #548

Workflow file for this run

name: Helm charts
on:
push:
branches:
- master
pull_request:
types:
- opened
- reopened
- synchronize
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Build
run: make build-helm-charts