Skip to content
This repository was archived by the owner on Apr 23, 2026. It is now read-only.

Commit abf1f03

Browse files
Copilottarebyte
andauthored
fix: replace npm install with npm ci in linting workflow (alert #2)
Agent-Logs-Url: https://github.com/github/github-app-js-sample/sessions/835c72cb-c5ec-4dd4-b6b6-6bf99cac988c Co-authored-by: tarebyte <564113+tarebyte@users.noreply.github.com>
1 parent 14cb55b commit abf1f03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
1717
with:
1818
node-version: 18
1919
cache: 'npm'
20-
- run: npm install standard
20+
- run: npm ci
2121
- run: npm run lint

0 commit comments

Comments
 (0)