Skip to content

Commit

Permalink
Use 'install --frozen-lockfile' for npm ci behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
1Revenger1 committed Aug 8, 2024
1 parent d5f029c commit edea249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
cache: 'yarn'
cache-dependency-path: ./yarn.lock
- name: Install Dependencies
run: yarn ci
run: yarn install --frozen-lockfile
- name: Build
run: yarn run build
- name: Upload artifact
Expand Down

0 comments on commit edea249

Please sign in to comment.