Skip to content

Commit 51a4547

Browse files
author
Sascha Goldhofer
committed
chore: update lock
1 parent 5ccaec9 commit 51a4547

File tree

2 files changed

+200
-245
lines changed

2 files changed

+200
-245
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
node-version: "21"
1818
cache: "yarn"
1919
- name: Install dependencies
20-
run: yarn --frozen-lockfile
20+
run: yarn install --frozen-lockfile
2121
- name: unit tests
2222
run: yarn test:unit:ci
2323
- uses: dorny/test-reporter@v1.6.0

0 commit comments

Comments
 (0)