Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-hash committed Jan 5, 2025
1 parent a4b1c94 commit 827ecc6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: update yarn
run: |
npm install yarn@latest -g
- name: Detect package manager
id: detect-package-manager
run: |
Expand Down

0 comments on commit 827ecc6

Please sign in to comment.