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

Commit d158139

Browse files
authored
Merge pull request #93 from github/copilot/fix-code-scanning-alerts
Use `npm ci` instead of `npm install` in linting workflow
2 parents 10565a5 + f985edf commit d158139

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)