Skip to content

Commit

Permalink
chore: update lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Sascha Goldhofer committed Feb 25, 2024
1 parent 5ccaec9 commit 51a4547
Show file tree
Hide file tree
Showing 2 changed files with 200 additions and 245 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
node-version: "21"
cache: "yarn"
- name: Install dependencies
run: yarn --frozen-lockfile
run: yarn install --frozen-lockfile
- name: unit tests
run: yarn test:unit:ci
- uses: dorny/test-reporter@v1.6.0
Expand Down
Loading

0 comments on commit 51a4547

Please sign in to comment.