Skip to content

Commit

Permalink
chore: dependency updates (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
muenzpraeger authored Sep 22, 2023
1 parent aab6c01 commit 9efd2f7
Show file tree
Hide file tree
Showing 3 changed files with 239 additions and 507 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# Install npm dependencies for Prettier and Jest
- name: 'Install npm dependencies'
if: steps.cache-yarn.outputs.cache-hit != 'true'
run: yarn install --frozen-lockfile
run: yarn install

# Prettier formatting
- name: 'Code formatting verification with Prettier'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-primary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
# Install npm dependencies for Prettier and Jest
- name: 'Install npm dependencies'
if: steps.cache-yarn.outputs.cache-hit != 'true'
run: yarn install --frozen-lockfile
run: yarn install

# Prettier formatting
- name: 'Code formatting verification with Prettier'
Expand Down
Loading

0 comments on commit 9efd2f7

Please sign in to comment.