Skip to content

Merge pull request #390 from Peefy/update-argocd-kcl-plugin-pkg-cache… #1445

Merge pull request #390 from Peefy/update-argocd-kcl-plugin-pkg-cache…

Merge pull request #390 from Peefy/update-argocd-kcl-plugin-pkg-cache… #1445

Workflow file for this run

name: build
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v2
- name: NPM install
env:
NODE_OPTIONS: "--max_old_space_size=4096"
run: npm install
- name: NPM build
env:
NODE_OPTIONS: "--max_old_space_size=4096"
run: npm run build