Skip to content

Commit

Permalink
run yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotCamblor committed Sep 27, 2024
1 parent 65223bc commit ad6d5af
Show file tree
Hide file tree
Showing 4 changed files with 29,385 additions and 7,434 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/release-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '20'

- name: Setup Yarn
run: |
corepack enable
corepack prepare [email protected] --activate
- name: Install dependencies
shell: bash
run: yarn install
Expand Down
Loading

0 comments on commit ad6d5af

Please sign in to comment.