Skip to content

Commit

Permalink
yarn.json -> yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
1Revenger1 committed Aug 8, 2024
1 parent 0f0b782 commit d5f029c
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 @@ -27,7 +27,7 @@ jobs:
with:
node-version: '22'
cache: 'yarn'
cache-dependency-path: ./yarn.json
cache-dependency-path: ./yarn.lock
- name: Install Dependencies
run: yarn ci
- name: Build
Expand Down

0 comments on commit d5f029c

Please sign in to comment.