Skip to content

Commit

Permalink
remove yarn frozen install
Browse files Browse the repository at this point in the history
  • Loading branch information
DarhkVoyd committed Mar 6, 2024
1 parent 90829b5 commit 5cc37a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lychee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
node-version: '20'

- name: Install Dependencies
run: yarn install --frozen-lockfile
run: yarn install

- name: Build Next.js App
run: yarn build
Expand Down

0 comments on commit 5cc37a2

Please sign in to comment.