Skip to content

Commit

Permalink
nit: remove env variables
Browse files Browse the repository at this point in the history
Signed-off-by: James Morris, MS <96435344+james-a-morris@users.noreply.github.com>
  • Loading branch information
james-a-morris committed Feb 13, 2024
1 parent a89dfcf commit 45ddd56
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: CI
on: [push]
env:
NODE_OPTIONS: "--max_old_space_size=4096"
jobs:
build:
name: Builds
Expand All @@ -13,6 +11,4 @@ jobs:
node-version: 16
- run: yarn install
- run: yarn build
env:
NODE_URL_1: ${{ secrets.NODE_URL_1 }}

0 comments on commit 45ddd56

Please sign in to comment.