Skip to content

fix: Fix references to some legacy helm variables #379

fix: Fix references to some legacy helm variables

fix: Fix references to some legacy helm variables #379

Workflow file for this run

name: CI
on: [pull_request]
jobs:
Build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 18.19.x ]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Npm install and build
run: |
npm install
npm run build --if-present
env:
CI: true