Skip to content

Commit

Permalink
use npm ci instead of install
Browse files Browse the repository at this point in the history
  • Loading branch information
devo1929 committed Jul 1, 2023
1 parent a882f00 commit 0526755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Install Tools NPM Libs
working-directory: tools
run: npm install
run: npm ci

# This step validates the format of the tag created, if this was a published release.
# Currently, it must be in the format "yr-X.Y" or "yr-X.Y.Z"
Expand Down

0 comments on commit 0526755

Please sign in to comment.