From 064bd6e36fa1652dd72ff70f5ea2228eb7d08924 Mon Sep 17 00:00:00 2001 From: DetachHead Date: Mon, 24 Jul 2023 21:49:39 +1000 Subject: [PATCH] DURRRRRRRRRRRR --- .github/workflows/test and publish.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test and publish.yaml b/.github/workflows/test and publish.yaml index 3118dc9..4b470c9 100644 --- a/.github/workflows/test and publish.yaml +++ b/.github/workflows/test and publish.yaml @@ -11,13 +11,12 @@ jobs: node-version: 19.7 - run: npm ci --legacy-peer-deps - run: npm run check + env: + NODE_OPTIONS: --max-old-space-size=8192 - uses: actions/upload-artifact@v2 with: name: build path: dist - env: - CI: true - NODE_OPTIONS: --max-old-space-size=8192 publish: name: publish