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.
1 parent 6716a7a commit e207344Copy full SHA for e207344
.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
0 commit comments