Skip to content

Commit 04145b1

Browse files
committed
fix: remove peer installation step (fixes unpinned dependency in CodeQL scan)
1 parent b3f9f7f commit 04145b1

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/sample-publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ jobs:
3333

3434
- name: Install peers and publish
3535
working-directory: plugins/git-proxy-plugin-samples
36-
run: |
37-
npm install --include=peer
38-
npm publish --provenance --access=public
36+
run: npm publish --provenance --access=public
3937
env:
4038
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)