We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1fe509d + e207344 commit c8f569cCopy full SHA for c8f569c
.github/workflows/deployment.yml
@@ -83,7 +83,7 @@ jobs:
83
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
84
restore-keys: |
85
${{ runner.os }}-node-
86
- - run: npm install
+ - run: npm install --no-audit --registry https://registry.npmjs.org/ --no-shrinkwrap
87
- name: Read version from package.json
88
uses: culshaw/read-package-node-version-actions@v1
89
id: package-node-version
.npmrc
@@ -0,0 +1,6 @@
1
+registry=https://registry.npmjs.org/
2
+@advanced-rest-client:registry=https://registry.npmjs.org/
3
+@mulesoft:registry=https://registry.npmjs.org/
4
+@salesforce:registry=https://registry.npmjs.org/
5
+always-auth=false
6
+strict-ssl=true
0 commit comments