Skip to content

Commit

Permalink
SIGSEC-785: Ensure only pinned dependencies are used in CircleCI conf…
Browse files Browse the repository at this point in the history
…ig (#228)
  • Loading branch information
dmitrybayanov authored Sep 3, 2024
1 parent 9d3c56b commit a597bbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- *restore_deps

- run: yarn install
- run: yarn install --frozen-lockfile

- save_cache:
key: *dep_cache_key
Expand All @@ -65,7 +65,7 @@ jobs:

- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc

- run: yarn install && yarn build
- run: yarn install --frozen-lockfile && yarn build
- run: npm prune --production

- blackduck/blackduck-detect:
Expand Down

0 comments on commit a597bbc

Please sign in to comment.