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 383bf04 commit 1af1f14
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 @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v2

- name: Install dependencies
run: npm install
run: npm ci

- name: Build site
run: npm run build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

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

0 comments on commit 1af1f14

Please sign in to comment.