Skip to content

Commit

Permalink
npm ci command
Browse files Browse the repository at this point in the history
  • Loading branch information
kmturley committed May 3, 2024
1 parent 9ee21d3 commit 3b80fbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Setup
shell: bash
run: |
npm install
npm ci
- name: Build
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Install
run: |
npm install
npm ci
- name: Audit
run: |
Expand Down

0 comments on commit 3b80fbd

Please sign in to comment.