Skip to content

Commit

Permalink
Use npm ci instead
Browse files Browse the repository at this point in the history
  • Loading branch information
richrace committed Aug 24, 2023
1 parent 13e3596 commit 3c96b98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
with:
node-version: 19
- name: install dependencies
run: npm install
run: npm ci
- name: build
run: npm run make
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:
with:
node-version: 19
- name: install dependencies
run: npm install
run: npm ci
- name: publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 3c96b98

Please sign in to comment.