From 6d82e46580aafff64db7ae6a7a8bebc5b7169b65 Mon Sep 17 00:00:00 2001 From: Sarah Schneider Date: Wed, 2 Dec 2020 12:30:45 -0500 Subject: [PATCH] lint --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b9b1f158cd..c53e39baac 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -87,4 +87,4 @@ jobs: name: Run tests run: npx jest tests/${{ matrix.test-group }}/ env: - NODE_OPTIONS: "--max_old_space_size=4096" + NODE_OPTIONS: '--max_old_space_size=4096'