mirror of
https://github.com/github/codeql-action.git
synced 2026-04-29 02:18:47 +00:00
Use npm ci in CI
This commit is contained in:
@@ -63,7 +63,7 @@ jobs:
|
||||
|
||||
- name: Compile TypeScript
|
||||
run: |
|
||||
npm install
|
||||
npm ci
|
||||
npm run lint -- --fix
|
||||
npm run build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user