From b035de1b869ca4946102d8de8fc14df39ebf78ba Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Sat, 21 Oct 2023 22:21:50 -0700 Subject: [PATCH] Update node.js.yaml --- .github/workflows/node.js.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/node.js.yaml b/.github/workflows/node.js.yaml index 694cd772..29a9cd8d 100644 --- a/.github/workflows/node.js.yaml +++ b/.github/workflows/node.js.yaml @@ -6,6 +6,8 @@ on: jobs: build: name: 'Fmt, Lint, & Build' + env: + PUBLIC_API_ENDPOINT: '' runs-on: ubuntu-latest strategy: matrix: