Skip to content

Commit

Permalink
change to npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lednhatkhanh committed Sep 22, 2024
1 parent 3f94899 commit 9ced893
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 @@ -18,7 +18,7 @@ jobs:
node-version: 18.x
cache: "npm"
- name: Install dependencies
run: npm install --frozen-lockfile
run: npm ci
- name: Run build
run: npm run build
- name: Run test
Expand Down

0 comments on commit 9ced893

Please sign in to comment.