Skip to content

Commit

Permalink
update yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotCamblor committed Sep 27, 2024
1 parent 65223bc commit 52f6334
Show file tree
Hide file tree
Showing 3 changed files with 34,610 additions and 17,415 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/release-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ on:
- minor
- patch
default: 'patch'
push:
branches:
- '*'
permissions:
contents: write
jobs:
Expand All @@ -34,7 +37,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 52f6334

Please sign in to comment.