Skip to content

Commit

Permalink
docs: fix yarn in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-eder committed Jul 8, 2024
1 parent 24ddd15 commit 035b148
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4

- run: corepack enable
shell: bash

- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
Expand Down

0 comments on commit 035b148

Please sign in to comment.