From f3e52fa2d0edde8e033464d8891281d12d986f1e Mon Sep 17 00:00:00 2001 From: andresmonc Date: Wed, 8 May 2024 20:16:36 -0500 Subject: [PATCH] move this to local --- .github/workflows/main.yml | 2 -- israeliTacticalUi/.npmrc | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 israeliTacticalUi/.npmrc diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cf919e8..6d384e3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,8 +15,6 @@ on: jobs: build: runs-on: ubuntu-latest # runs a test on Ubuntu, Windows and macOS - env: - NODE_OPTIONS: --openssl-legacy-provider steps: - name: Checkout uses: actions/checkout@master diff --git a/israeliTacticalUi/.npmrc b/israeliTacticalUi/.npmrc new file mode 100644 index 0000000..03450f7 --- /dev/null +++ b/israeliTacticalUi/.npmrc @@ -0,0 +1 @@ +node-options="--openssl-legacy-provider" \ No newline at end of file