Skip to content

Commit

Permalink
fix: yarn in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
0xkenj1 committed May 23, 2024
1 parent 295937b commit 73a2645
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: "yarn"

- name: Install dependencies
run: yarn --frozen-lockfile
Expand Down

0 comments on commit 73a2645

Please sign in to comment.