Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
Use npm ci in GHA
Browse files Browse the repository at this point in the history
Signed-off-by: Fred Bricon <fbricon@gmail.com>
  • Loading branch information
fbricon committed Jul 5, 2022
1 parent 5098401 commit 32ef476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 14.x
- run: npm install
- run: npm ci
- name: Lint
run: npm run lint
- name: Build .vsix package
Expand Down

0 comments on commit 32ef476

Please sign in to comment.