From c5f5f979ecae44d6f9aee938aae584c4b3f453c7 Mon Sep 17 00:00:00 2001 From: Jovi De Croock Date: Wed, 18 May 2022 20:27:33 +0200 Subject: [PATCH] (chore) - use https for semantic release The current error message when publishing npm notice Beginning October 4, 2021, all connections to the npm registry - including for package installation - must use TLS 1.2 or higher. You are currently using plaintext http to connect. Please visit the GitHub blog for more information: https://github.blog/2021-08-23-npm-registry-deprecating-tls-1-0-tls-1-1/ --- .npmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.npmrc b/.npmrc index d272289..1df2a6d 100644 --- a/.npmrc +++ b/.npmrc @@ -1,2 +1,2 @@ -registry=http://registry.npmjs.org/ +registry=https://registry.npmjs.org/ package-lock=false