Skip to content

Commit

Permalink
Moved node options from env to npmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
jotjern committed Nov 10, 2023
1 parent e0b3304 commit 4abde17
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
uses: actions/cache@v2
env:
cache-name: cache-node-modules
NODE_OPTIONS: --openssl-legacy-provider
with:
path: ~/.npm
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node-options="--openssl-legacy-provider"

0 comments on commit 4abde17

Please sign in to comment.