Skip to content

Commit 59f8a5a

Browse files
committed
🔨 update yarn install command for newer yarn version
1 parent 0c7d2b5 commit 59f8a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
node-version: 20
2222
registry-url: https://registry.npmjs.org
2323
- name: Install dependencies
24-
run: yarn install -D
24+
run: yarn install
2525
- name: Test
2626
run: yarn test

0 commit comments

Comments
 (0)