Skip to content

Commit 52808fb

Browse files
committed
fix: bump plugin-madwizard to pick up parsing bug in raw mode with madwizard
also bump to store 2.0.0 to pick up image-pull validation hang fix also improved filtering of kube namespaces
1 parent 81f4c69 commit 52808fb

File tree

4 files changed

+120
-108
lines changed

4 files changed

+120
-108
lines changed

Diff for: .github/workflows/cli.yml

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
# if: matrix.os == 'ubuntu-latest'
3333

3434
- run: npm ci && npm run build:headless
35+
env:
36+
NODE_OPTIONS: "--max_old_space_size=8192"
3537

3638
- name: Run Test (with bash and zsh)
3739
env:

0 commit comments

Comments
 (0)