Skip to content

Commit ea2ccf1

Browse files
committed
PUSH
-> FIX PLZ
1 parent d279883 commit ea2ccf1

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/frontend.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,8 @@ jobs:
2121
steps:
2222
- name: Code Checkout
2323
uses: actions/checkout@v4
24-
- name: Setup Node
25-
uses: actions/setup-node@v4
26-
with:
27-
node-version: ${{ matrix.node-version }}
28-
cache: yarn
29-
working-directory: frontend
24+
- name: Setup Yarn Berry
25+
uses: threeal/setup-yarn-action@v2.0.0
3026
- name: Install dependencies
3127
run: |
3228
if [ -f yarn.lock ]; then

0 commit comments

Comments
 (0)