Skip to content

Commit aa7c42c

Browse files
committed
fix: unpinned dependency alert on lint.yml, rename publish step in sample-publish
1 parent 04145b1 commit aa7c42c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fetch-depth: 0
3030

3131
- name: Install Dependencies
32-
run: npm install --workspaces
32+
run: npm ci --workspaces
3333

3434
- name: Code Linting
3535
run: |

.github/workflows/sample-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
working-directory: plugins/git-proxy-plugin-samples
3232
run: npm run build
3333

34-
- name: Install peers and publish
34+
- name: Publish git-proxy-plugin-samples
3535
working-directory: plugins/git-proxy-plugin-samples
3636
run: npm publish --provenance --access=public
3737
env:

0 commit comments

Comments
 (0)