Skip to content

Commit e207344

Browse files
committed
fix publish
1 parent 6716a7a commit e207344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
8484
restore-keys: |
8585
${{ runner.os }}-node-
86-
- run: npm install
86+
- run: npm install --no-audit --registry https://registry.npmjs.org/ --no-shrinkwrap
8787
- name: Read version from package.json
8888
uses: culshaw/read-package-node-version-actions@v1
8989
id: package-node-version

0 commit comments

Comments
 (0)